Html Css Color HEX #DE1819 Fire Engine Red

📋 copy color: '#DE1819'

red 222 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #DE1819

Tints of Fire Engine Red #DE1819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.23%

R = 81.92%
G = 8.86%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE1819 (or 0xDE1819) is known color: Fire Engine Red. HEX triplet: DE, 18 and 19. RGB value is (222,24,25). Sum of RGB (Red+Green+Blue) = 222+24+25=271 (35% of max value = 765). Red value is 222 (87.11% from 255 or 81.92% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1819 is #21E7E6. Grayscale: #535353. Windows color (decimal): -2222055 or 1644766. OLE color: 1644766.

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

Color convert

RGB 222 24 25 -
CMYK 0 0.89 0.89 0.13
HSL 359.7º 0.8% 0.48% -
HSV(B) 359.7º 0.89% 0.87% -
XYZ 30.63 16.25 2.44 -
YUV 83.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 222 24 25 0 0.89 0.89 0.13 359.7 0.8 0.48
Hex DE 18 19 0 59 59 D 168 50 30
Octal 336 30 31 0 131 131 15 550 120 60
Binary 11011110 11000 11001 0 1011001 1011001 1101 101101000 1010000 110000

Color Harmonies of #DE1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1819

Black with #DE1819

Text Example


Text Example

White with #DE1819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1819; }

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

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

background-color css

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

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

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

border-color css

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

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

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