Html Css Color HEX #D1192B Fire Engine Red

📋 copy color: '#D1192B'

red 209 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #D1192B

Tints of Fire Engine Red #D1192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 75.45%
G = 9.03%
B = 15.52%

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

#D1192B (or 0xD1192B) is known color: Fire Engine Red. HEX triplet: D1, 19 and 2B. RGB value is (209,25,43). Sum of RGB (Red+Green+Blue) = 209+25+43=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1192B is #2EE6D4. Grayscale: #525252. Windows color (decimal): -3073749 or 2824657. OLE color: 2824657.

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

Color convert

RGB 209 25 43 -
CMYK 0 0.88 0.79 0.18
HSL 354.13º 0.79% 0.46% -
HSV(B) 354.13º 0.88% 0.82% -
XYZ 27.08 14.42 3.64 -
YUV 82.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 209 25 43 0 0.88 0.79 0.18 354.13 0.79 0.46
Hex D1 19 2B 0 58 4F 12 162 4F 2E
Octal 321 31 53 0 130 117 22 542 117 56
Binary 11010001 11001 101011 0 1011000 1001111 10010 101100010 1001111 101110

Color Harmonies of #D1192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1192B

Black with #D1192B

Text Example


Text Example

White with #D1192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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