Html Css Color HEX #DE1519 Fire Engine Red

📋 copy color: '#DE1519'

red 222 ◦ green 21 ◦ blue 25

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

Shades of Fire Engine Red #DE1519

Tints of Fire Engine Red #DE1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

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

R = 82.84%
G = 7.84%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE1519 (or 0xDE1519) is known color: Fire Engine Red. HEX triplet: DE, 15 and 19. RGB value is (222,21,25). Sum of RGB (Red+Green+Blue) = 222+21+25=268 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.84% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1519 is #21EAE6. Grayscale: #515151. Windows color (decimal): -2222823 or 1643998. OLE color: 1643998.

HSL color Cylindrical-coordinate representation of color #DE1519: hue angle of 358.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1519 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 25 -
CMYK 0 0.91 0.89 0.13
HSL 358.81º 0.83% 0.48% -
HSV(B) 358.81º 0.91% 0.87% -
XYZ 30.57 16.14 2.42 -
YUV 81.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 222 21 25 0 0.91 0.89 0.13 358.81 0.83 0.48
Hex DE 15 19 0 5B 59 D 167 53 30
Octal 336 25 31 0 133 131 15 547 123 60
Binary 11011110 10101 11001 0 1011011 1011001 1101 101100111 1010011 110000

Color Harmonies of #DE1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1519

Black with #DE1519

Text Example


Text Example

White with #DE1519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1519; }

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

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

background-color css

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

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

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

border-color css

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

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

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