Html Css Color HEX #DF1118 Fire Engine Red

📋 copy color: '#DF1118'

red 223 ◦ green 17 ◦ blue 24

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

Shades of Fire Engine Red #DF1118

Tints of Fire Engine Red #DF1118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 84.47%
G = 6.44%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF1118 (or 0xDF1118) is known color: Fire Engine Red. HEX triplet: DF, 11 and 18. RGB value is (223,17,24). Sum of RGB (Red+Green+Blue) = 223+17+24=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1118 is #20EEE7. Grayscale: #4F4F4F. Windows color (decimal): -2158312 or 1577439. OLE color: 1577439.

HSL color Cylindrical-coordinate representation of color #DF1118: hue angle of 357.96º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1118 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 24 -
CMYK 0 0.92 0.89 0.13
HSL 357.96º 0.86% 0.47% -
HSV(B) 357.96º 0.92% 0.87% -
XYZ 30.8 16.15 2.36 -
YUV 79.39 96.75 230.43 -
System Red Green Blue C M Y K H S L
Decimal 223 17 24 0 0.92 0.89 0.13 357.96 0.86 0.47
Hex DF 11 18 0 5C 59 D 166 56 2F
Octal 337 21 30 0 134 131 15 546 126 57
Binary 11011111 10001 11000 0 1011100 1011001 1101 101100110 1010110 101111

Color Harmonies of #DF1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1118

Black with #DF1118

Text Example


Text Example

White with #DF1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1118; }

 p { color: rgb(223,17,24); }

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

background-color css

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

 a { background-color: rgb(223,17,24); }

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

border-color css

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

 span { border-color: rgb(223,17,24); }

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