Html Css Color HEX #DE1827 Fire Engine Red

📋 copy color: '#DE1827'

red 222 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #DE1827

Tints of Fire Engine Red #DE1827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 77.89%
G = 8.42%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE1827 (or 0xDE1827) is known color: Fire Engine Red. HEX triplet: DE, 18 and 27. RGB value is (222,24,39). Sum of RGB (Red+Green+Blue) = 222+24+39=285 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.89% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1827 is #21E7D8. Grayscale: #555555. Windows color (decimal): -2222041 or 2562270. OLE color: 2562270.

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

Color convert

RGB 222 24 39 -
CMYK 0 0.89 0.82 0.13
HSL 355.45º 0.8% 0.48% -
HSV(B) 355.45º 0.89% 0.87% -
XYZ 30.82 16.33 3.45 -
YUV 84.91 102.1 225.78 -
System Red Green Blue C M Y K H S L
Decimal 222 24 39 0 0.89 0.82 0.13 355.45 0.8 0.48
Hex DE 18 27 0 59 52 D 163 50 30
Octal 336 30 47 0 131 122 15 543 120 60
Binary 11011110 11000 100111 0 1011001 1010010 1101 101100011 1010000 110000

Color Harmonies of #DE1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1827

Black with #DE1827

Text Example


Text Example

White with #DE1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1827; }

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

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

background-color css

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

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

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

border-color css

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

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

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