Html Css Color HEX #D2191C Fire Engine Red

📋 copy color: '#D2191C'

red 210 ◦ green 25 ◦ blue 28

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

Shades of Fire Engine Red #D2191C

Tints of Fire Engine Red #D2191C

RGB

 RED value IS 210 (82.42% from 255) = 79.85%

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

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

R = 79.85%
G = 9.51%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2191C (or 0xD2191C) is known color: Fire Engine Red. HEX triplet: D2, 19 and 1C. RGB value is (210,25,28). Sum of RGB (Red+Green+Blue) = 210+25+28=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D2191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2191C is #2DE6E3. Grayscale: #505050. Windows color (decimal): -3008228 or 1841618. OLE color: 1841618.

HSL color Cylindrical-coordinate representation of color #D2191C: hue angle of 359.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2191C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 28 -
CMYK 0 0.88 0.87 0.18
HSL 359.03º 0.79% 0.46% -
HSV(B) 359.03º 0.88% 0.82% -
XYZ 27.14 14.48 2.46 -
YUV 80.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 210 25 28 0 0.88 0.87 0.18 359.03 0.79 0.46
Hex D2 19 1C 0 58 57 12 167 4F 2E
Octal 322 31 34 0 130 127 22 547 117 56
Binary 11010010 11001 11100 0 1011000 1010111 10010 101100111 1001111 101110

Color Harmonies of #D2191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2191C

Black with #D2191C

Text Example


Text Example

White with #D2191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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