Html Css Color HEX #D1192C Fire Engine Red

📋 copy color: '#D1192C'

red 209 ◦ green 25 ◦ blue 44

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

Shades of Fire Engine Red #D1192C

Tints of Fire Engine Red #D1192C

RGB

 RED value IS 209 (82.03% from 255) = 75.18%

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

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 75.18%
G = 8.99%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1192C (or 0xD1192C) is known color: Fire Engine Red. HEX triplet: D1, 19 and 2C. RGB value is (209,25,44). Sum of RGB (Red+Green+Blue) = 209+25+44=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1192C is #2EE6D3. Grayscale: #525252. Windows color (decimal): -3073748 or 2890193. OLE color: 2890193.

HSL color Cylindrical-coordinate representation of color #D1192C: hue angle of 353.8º 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 #D1192C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 44 -
CMYK 0 0.88 0.79 0.18
HSL 353.8º 0.79% 0.46% -
HSV(B) 353.8º 0.88% 0.82% -
XYZ 27.1 14.43 3.74 -
YUV 82.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 209 25 44 0 0.88 0.79 0.18 353.8 0.79 0.46
Hex D1 19 2C 0 58 4F 12 162 4F 2E
Octal 321 31 54 0 130 117 22 542 117 56
Binary 11010001 11001 101100 0 1011000 1001111 10010 101100010 1001111 101110

Color Harmonies of #D1192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1192C

Black with #D1192C

Text Example


Text Example

White with #D1192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1192C; }

 p { color: rgb(209,25,44); }

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

background-color css

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

 a { background-color: rgb(209,25,44); }

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

border-color css

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

 span { border-color: rgb(209,25,44); }

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