Html Css Color HEX #DE0D16 Fire Engine Red

📋 copy color: '#DE0D16'

red 222 ◦ green 13 ◦ blue 22

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

Shades of Fire Engine Red #DE0D16

Tints of Fire Engine Red #DE0D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.06%

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

R = 86.38%
G = 5.06%
B = 8.56%

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

#DE0D16 (or 0xDE0D16) is known color: Fire Engine Red. HEX triplet: DE, 0D and 16. RGB value is (222,13,22). Sum of RGB (Red+Green+Blue) = 222+13+22=257 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.38% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0D16 is #21F2E9. Grayscale: #4C4C4C. Windows color (decimal): -2224874 or 1445342. OLE color: 1445342.

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

Color convert

RGB 222 13 22 -
CMYK 0 0.94 0.90 0.13
HSL 357.42º 0.89% 0.46% -
HSV(B) 357.42º 0.94% 0.87% -
XYZ 30.41 15.88 2.22 -
YUV 76.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 222 13 22 0 0.94 0.90 0.13 357.42 0.89 0.46
Hex DE D 16 0 5E 5A D 165 59 2E
Octal 336 15 26 0 136 132 15 545 131 56
Binary 11011110 1101 10110 0 1011110 1011010 1101 101100101 1011001 101110

Color Harmonies of #DE0D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0D16

Black with #DE0D16

Text Example


Text Example

White with #DE0D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0D16; }

 p { color: rgb(222,13,22); }

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

background-color css

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

 a { background-color: rgb(222,13,22); }

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

border-color css

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

 span { border-color: rgb(222,13,22); }

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