Html Css Color HEX #D1162F Fire Engine Red

📋 copy color: '#D1162F'

red 209 ◦ green 22 ◦ blue 47

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

Shades of Fire Engine Red #D1162F

Tints of Fire Engine Red #D1162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 75.18%
G = 7.91%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1162F (or 0xD1162F) is known color: Fire Engine Red. HEX triplet: D1, 16 and 2F. RGB value is (209,22,47). Sum of RGB (Red+Green+Blue) = 209+22+47=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1162F is #2EE9D0. Grayscale: #505050. Windows color (decimal): -3074513 or 3086033. OLE color: 3086033.

HSL color Cylindrical-coordinate representation of color #D1162F: hue angle of 351.98º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1162F is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 22 47 -
CMYK 0 0.89 0.78 0.18
HSL 351.98º 0.81% 0.45% -
HSV(B) 351.98º 0.89% 0.82% -
XYZ 27.09 14.33 4.03 -
YUV 80.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 209 22 47 0 0.89 0.78 0.18 351.98 0.81 0.45
Hex D1 16 2F 0 59 4E 12 160 51 2D
Octal 321 26 57 0 131 116 22 540 121 55
Binary 11010001 10110 101111 0 1011001 1001110 10010 101100000 1010001 101101

Color Harmonies of #D1162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1162F

Black with #D1162F

Text Example


Text Example

White with #D1162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1162F; }

 p { color: rgb(209,22,47); }

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

background-color css

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

 a { background-color: rgb(209,22,47); }

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

border-color css

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

 span { border-color: rgb(209,22,47); }

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