Html Css Color HEX #DE1927 Fire Engine Red

📋 copy color: '#DE1927'

red 222 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #DE1927

Tints of Fire Engine Red #DE1927

RGB

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

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

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

R = 77.62%
G = 8.74%
B = 13.64%

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

#DE1927 (or 0xDE1927) is known color: Fire Engine Red. HEX triplet: DE, 19 and 27. RGB value is (222,25,39). Sum of RGB (Red+Green+Blue) = 222+25+39=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1927 is #21E6D8. Grayscale: #555555. Windows color (decimal): -2221785 or 2562526. OLE color: 2562526.

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

Color convert

RGB 222 25 39 -
CMYK 0 0.89 0.82 0.13
HSL 355.74º 0.8% 0.48% -
HSV(B) 355.74º 0.89% 0.87% -
XYZ 30.84 16.37 3.45 -
YUV 85.5 101.77 225.36 -
System Red Green Blue C M Y K H S L
Decimal 222 25 39 0 0.89 0.82 0.13 355.74 0.8 0.48
Hex DE 19 27 0 59 52 D 164 50 30
Octal 336 31 47 0 131 122 15 544 120 60
Binary 11011110 11001 100111 0 1011001 1010010 1101 101100100 1010000 110000

Color Harmonies of #DE1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1927

Black with #DE1927

Text Example


Text Example

White with #DE1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1927; }

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

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

background-color css

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

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

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

border-color css

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

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

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