Html Css Color HEX #DE1924 Fire Engine Red

📋 copy color: '#DE1924'

red 222 ◦ green 25 ◦ blue 36

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

Shades of Fire Engine Red #DE1924

Tints of Fire Engine Red #DE1924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 78.45%
G = 8.83%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE1924 (or 0xDE1924) is known color: Fire Engine Red. HEX triplet: DE, 19 and 24. RGB value is (222,25,36). Sum of RGB (Red+Green+Blue) = 222+25+36=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1924 is #21E6DB. Grayscale: #555555. Windows color (decimal): -2221788 or 2365918. OLE color: 2365918.

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

Color convert

RGB 222 25 36 -
CMYK 0 0.89 0.84 0.13
HSL 356.65º 0.8% 0.48% -
HSV(B) 356.65º 0.89% 0.87% -
XYZ 30.79 16.35 3.2 -
YUV 85.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 222 25 36 0 0.89 0.84 0.13 356.65 0.8 0.48
Hex DE 19 24 0 59 54 D 165 50 30
Octal 336 31 44 0 131 124 15 545 120 60
Binary 11011110 11001 100100 0 1011001 1010100 1101 101100101 1010000 110000

Color Harmonies of #DE1924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1924

Black with #DE1924

Text Example


Text Example

White with #DE1924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1924; }

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

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

background-color css

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

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

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

border-color css

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

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

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