Html Css Color HEX #DE1821 Fire Engine Red

📋 copy color: '#DE1821'

red 222 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #DE1821

Tints of Fire Engine Red #DE1821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 79.57%
G = 8.6%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE1821 (or 0xDE1821) is known color: Fire Engine Red. HEX triplet: DE, 18 and 21. RGB value is (222,24,33). Sum of RGB (Red+Green+Blue) = 222+24+33=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1821 is #21E7DE. Grayscale: #545454. Windows color (decimal): -2222047 or 2169054. OLE color: 2169054.

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

Color convert

RGB 222 24 33 -
CMYK 0 0.89 0.85 0.13
HSL 357.27º 0.8% 0.48% -
HSV(B) 357.27º 0.89% 0.87% -
XYZ 30.73 16.29 2.96 -
YUV 84.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 222 24 33 0 0.89 0.85 0.13 357.27 0.8 0.48
Hex DE 18 21 0 59 55 D 165 50 30
Octal 336 30 41 0 131 125 15 545 120 60
Binary 11011110 11000 100001 0 1011001 1010101 1101 101100101 1010000 110000

Color Harmonies of #DE1821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1821

Black with #DE1821

Text Example


Text Example

White with #DE1821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1821; }

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

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

background-color css

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

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

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

border-color css

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

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

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