Html Css Color HEX #DF1318 Fire Engine Red

📋 copy color: '#DF1318'

red 223 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #DF1318

Tints of Fire Engine Red #DF1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 83.83%
G = 7.14%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF1318 (or 0xDF1318) is known color: Fire Engine Red. HEX triplet: DF, 13 and 18. RGB value is (223,19,24). Sum of RGB (Red+Green+Blue) = 223+19+24=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1318 is #20ECE7. Grayscale: #505050. Windows color (decimal): -2157800 or 1577951. OLE color: 1577951.

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

Color convert

RGB 223 19 24 -
CMYK 0 0.91 0.89 0.13
HSL 358.53º 0.84% 0.47% -
HSV(B) 358.53º 0.91% 0.87% -
XYZ 30.83 16.22 2.37 -
YUV 80.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 223 19 24 0 0.91 0.89 0.13 358.53 0.84 0.47
Hex DF 13 18 0 5B 59 D 167 54 2F
Octal 337 23 30 0 133 131 15 547 124 57
Binary 11011111 10011 11000 0 1011011 1011001 1101 101100111 1010100 101111

Color Harmonies of #DF1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1318

Black with #DF1318

Text Example


Text Example

White with #DF1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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