Html Css Color HEX #DE1A28 Fire Engine Red

📋 copy color: '#DE1A28'

red 222 ◦ green 26 ◦ blue 40

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

Shades of Fire Engine Red #DE1A28

Tints of Fire Engine Red #DE1A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 77.08%
G = 9.03%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE1A28 (or 0xDE1A28) is known color: Fire Engine Red. HEX triplet: DE, 1A and 28. RGB value is (222,26,40). Sum of RGB (Red+Green+Blue) = 222+26+40=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1A28 is #21E5D7. Grayscale: #565656. Windows color (decimal): -2221528 or 2628318. OLE color: 2628318.

HSL color Cylindrical-coordinate representation of color #DE1A28: hue angle of 355.71º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1A28 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 26 40 -
CMYK 0 0.88 0.82 0.13
HSL 355.71º 0.79% 0.49% -
HSV(B) 355.71º 0.88% 0.87% -
XYZ 30.88 16.42 3.55 -
YUV 86.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 222 26 40 0 0.88 0.82 0.13 355.71 0.79 0.49
Hex DE 1A 28 0 58 52 D 164 4F 31
Octal 336 32 50 0 130 122 15 544 117 61
Binary 11011110 11010 101000 0 1011000 1010010 1101 101100100 1001111 110001

Color Harmonies of #DE1A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1A28

Black with #DE1A28

Text Example


Text Example

White with #DE1A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1A28; }

 p { color: rgb(222,26,40); }

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

background-color css

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

 a { background-color: rgb(222,26,40); }

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

border-color css

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

 span { border-color: rgb(222,26,40); }

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