Html Css Color HEX #D1191F Fire Engine Red

📋 copy color: '#D1191F'

red 209 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #D1191F

Tints of Fire Engine Red #D1191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 78.87%
G = 9.43%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1191F (or 0xD1191F) is known color: Fire Engine Red. HEX triplet: D1, 19 and 1F. RGB value is (209,25,31). Sum of RGB (Red+Green+Blue) = 209+25+31=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D1191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1191F is #2EE6E0. Grayscale: #505050. Windows color (decimal): -3073761 or 2038225. OLE color: 2038225.

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

Color convert

RGB 209 25 31 -
CMYK 0 0.88 0.85 0.18
HSL 358.04º 0.79% 0.46% -
HSV(B) 358.04º 0.88% 0.82% -
XYZ 26.89 14.35 2.65 -
YUV 80.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 209 25 31 0 0.88 0.85 0.18 358.04 0.79 0.46
Hex D1 19 1F 0 58 55 12 166 4F 2E
Octal 321 31 37 0 130 125 22 546 117 56
Binary 11010001 11001 11111 0 1011000 1010101 10010 101100110 1001111 101110

Color Harmonies of #D1191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1191F

Black with #D1191F

Text Example


Text Example

White with #D1191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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