#df0727

Color #DF0727 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DF0727

Tints of Fire Engine Red #DF0727

Color information

#DF0727 (or 0xDF0727) is unknown color: approx Fire Engine Red. HEX triplet: DF, 07 and 27. RGB value is (223,7,39). Sum of RGB (Red+Green+Blue) = 223+7+39=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0727 is #20F8D8. Grayscale: #4B4B4B. Windows color (decimal): -2160857 or 2557919. OLE color: 2557919.

HSL color Cylindrical-coordinate representation of color #DF0727: hue angle of 351.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0727 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB223739-
CMYK00.970.830.13
HSL351.11º93.91%45.1%-
HSV(B)351.11º96.86%87.45%-
XYZ30.8715.993.38-
YUV75.23107.56233.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 82.90%
GREEN value IS 7 (3.12% from 255) = 2.60%
BLUE value IS 39 (15.62% from 255) = 14.50%
R=82.90%
G=2.60%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22373900.970.830.13351.1193.9145.1
HexDF72706153D15f5e2d
Octal33774701411231553713655
Binary1101111111110011101100001101001111011010111111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df0727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df0727; }

 p { color: rgb(223,7,39); }

 H1.HeaderClassName
 {
   color: #df0727;
 }
 .AnyTagClassName
 {
   color: #df0727;
 }
</style>
background-color css

<style>
 a { background-color: #df0727; }

 a { background-color: rgb(223,7,39); }

 div.DivClassName
 {
   background-color: #df0727;
 }
 .BgClassName
 {
   background-color: #df0727;
 }
</style>
border-color css

<style>
 span { border-color: #df0727; }

 span { border-color: rgb(223,7,39); }

 td.TdClassName
 {
   border-color: #df0727;
 }
 .TagClassName
 {
   border-color: #df0727;
 }
</style>