Html Css Color HEX #DE2124 Fire Engine Red

📋 copy color: '#DE2124'

red 222 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #DE2124

Tints of Fire Engine Red #DE2124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.34%

 BLUE value IS 36 (14.45% from 255) = 12.37%

R = 76.29%
G = 11.34%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE2124 (or 0xDE2124) is known color: Fire Engine Red. HEX triplet: DE, 21 and 24. RGB value is (222,33,36). Sum of RGB (Red+Green+Blue) = 222+33+36=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2124 is #21DEDB. Grayscale: #5A5A5A. Windows color (decimal): -2219740 or 2367966. OLE color: 2367966.

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

Color convert

RGB 222 33 36 -
CMYK 0 0.85 0.84 0.13
HSL 359.05º 0.74% 0.5% -
HSV(B) 359.05º 0.85% 0.87% -
XYZ 30.99 16.74 3.27 -
YUV 89.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 222 33 36 0 0.85 0.84 0.13 359.05 0.74 0.5
Hex DE 21 24 0 55 54 D 167 4A 32
Octal 336 41 44 0 125 124 15 547 112 62
Binary 11011110 100001 100100 0 1010101 1010100 1101 101100111 1001010 110010

Color Harmonies of #DE2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2124

Black with #DE2124

Text Example


Text Example

White with #DE2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2124; }

 p { color: rgb(222,33,36); }

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

background-color css

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

 a { background-color: rgb(222,33,36); }

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

border-color css

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

 span { border-color: rgb(222,33,36); }

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