Html Css Color HEX #DE191C Fire Engine Red

📋 copy color: '#DE191C'

red 222 ◦ green 25 ◦ blue 28

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

Shades of Fire Engine Red #DE191C

Tints of Fire Engine Red #DE191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.18%

R = 80.73%
G = 9.09%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE191C (or 0xDE191C) is known color: Fire Engine Red. HEX triplet: DE, 19 and 1C. RGB value is (222,25,28). Sum of RGB (Red+Green+Blue) = 222+25+28=275 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.73% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 222 - color contains mainly: red. Hex color #DE191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE191C is #21E6E3. Grayscale: #545454. Windows color (decimal): -2221796 or 1841630. OLE color: 1841630.

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

Color convert

RGB 222 25 28 -
CMYK 0 0.89 0.87 0.13
HSL 359.09º 0.8% 0.48% -
HSV(B) 359.09º 0.89% 0.87% -
XYZ 30.68 16.31 2.63 -
YUV 84.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 222 25 28 0 0.89 0.87 0.13 359.09 0.8 0.48
Hex DE 19 1C 0 59 57 D 167 50 30
Octal 336 31 34 0 131 127 15 547 120 60
Binary 11011110 11001 11100 0 1011001 1010111 1101 101100111 1010000 110000

Color Harmonies of #DE191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE191C

Black with #DE191C

Text Example


Text Example

White with #DE191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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