Html Css Color HEX #DE1318 Fire Engine Red

📋 copy color: '#DE1318'

red 222 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #DE1318

Tints of Fire Engine Red #DE1318

RGB

 RED value IS 222 (87.11% from 255) = 83.77%

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

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

R = 83.77%
G = 7.17%
B = 9.06%

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

#DE1318 (or 0xDE1318) is known color: Fire Engine Red. HEX triplet: DE, 13 and 18. RGB value is (222,19,24). Sum of RGB (Red+Green+Blue) = 222+19+24=265 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.77% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1318 is #21ECE7. Grayscale: #505050. Windows color (decimal): -2223336 or 1577950. OLE color: 1577950.

HSL color Cylindrical-coordinate representation of color #DE1318: hue angle of 358.52º 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 #DE1318 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 19 24 -
CMYK 0 0.91 0.89 0.13
HSL 358.52º 0.84% 0.47% -
HSV(B) 358.52º 0.91% 0.87% -
XYZ 30.52 16.06 2.36 -
YUV 80.27 96.25 229.09 -
System Red Green Blue C M Y K H S L
Decimal 222 19 24 0 0.91 0.89 0.13 358.52 0.84 0.47
Hex DE 13 18 0 5B 59 D 167 54 2F
Octal 336 23 30 0 133 131 15 547 124 57
Binary 11011110 10011 11000 0 1011011 1011001 1101 101100111 1010100 101111

Color Harmonies of #DE1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1318

Black with #DE1318

Text Example


Text Example

White with #DE1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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