Html Css Color HEX #DF0E16 Fire Engine Red

📋 copy color: '#DF0E16'

red 223 ◦ green 14 ◦ blue 22

#DF0E16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #DF0E16

Tints of Fire Engine Red #DF0E16

RGB

 RED value IS 223 (87.5% from 255) = 86.1%

 GREEN value IS 14 (5.86% from 255) = 5.41%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 86.1%
G = 5.41%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF0E16 (or 0xDF0E16) is known color: Fire Engine Red. HEX triplet: DF, 0E and 16. RGB value is (223,14,22). Sum of RGB (Red+Green+Blue) = 223+14+22=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0E16 is #20F1E9. Grayscale: #4D4D4D. Windows color (decimal): -2159082 or 1445599. OLE color: 1445599.

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

Color convert

RGB 223 14 22 -
CMYK 0 0.94 0.90 0.13
HSL 357.7º 0.88% 0.46% -
HSV(B) 357.7º 0.94% 0.87% -
XYZ 30.73 16.06 2.24 -
YUV 77.4 96.74 231.85 -
System Red Green Blue C M Y K H S L
Decimal 223 14 22 0 0.94 0.90 0.13 357.7 0.88 0.46
Hex DF E 16 0 5E 5A D 166 58 2E
Octal 337 16 26 0 136 132 15 546 130 56
Binary 11011111 1110 10110 0 1011110 1011010 1101 101100110 1011000 101110

Color Harmonies of #DF0E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E16

Black with #DF0E16

Text Example


Text Example

White with #DF0E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E16; }

 p { color: rgb(223,14,22); }

 H1.HeaderClassName
 {
   color: #DF0E16;
 }
 .AnyTagClassName
 {
   color: #DF0E16;
 }
</style>

background-color css

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

 a { background-color: rgb(223,14,22); }

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

border-color css

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

 span { border-color: rgb(223,14,22); }

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