Html Css Color HEX #DE1422 Fire Engine Red

📋 copy color: '#DE1422'

red 222 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #DE1422

Tints of Fire Engine Red #DE1422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 80.43%
G = 7.25%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE1422 (or 0xDE1422) is known color: Fire Engine Red. HEX triplet: DE, 14 and 22. RGB value is (222,20,34). Sum of RGB (Red+Green+Blue) = 222+20+34=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1422 is #21EBDD. Grayscale: #525252. Windows color (decimal): -2223070 or 2233566. OLE color: 2233566.

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

Color convert

RGB 222 20 34 -
CMYK 0 0.91 0.85 0.13
HSL 355.84º 0.83% 0.47% -
HSV(B) 355.84º 0.91% 0.87% -
XYZ 30.66 16.15 3.01 -
YUV 81.99 100.92 227.86 -
System Red Green Blue C M Y K H S L
Decimal 222 20 34 0 0.91 0.85 0.13 355.84 0.83 0.47
Hex DE 14 22 0 5B 55 D 164 53 2F
Octal 336 24 42 0 133 125 15 544 123 57
Binary 11011110 10100 100010 0 1011011 1010101 1101 101100100 1010011 101111

Color Harmonies of #DE1422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1422

Black with #DE1422

Text Example


Text Example

White with #DE1422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1422; }

 p { color: rgb(222,20,34); }

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

background-color css

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

 a { background-color: rgb(222,20,34); }

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

border-color css

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

 span { border-color: rgb(222,20,34); }

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