Html Css Color HEX #D1162D Fire Engine Red

📋 copy color: '#D1162D'

red 209 ◦ green 22 ◦ blue 45

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

Shades of Fire Engine Red #D1162D

Tints of Fire Engine Red #D1162D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 75.72%
G = 7.97%
B = 16.3%

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

#D1162D (or 0xD1162D) is known color: Fire Engine Red. HEX triplet: D1, 16 and 2D. RGB value is (209,22,45). Sum of RGB (Red+Green+Blue) = 209+22+45=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D1162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1162D is #2EE9D2. Grayscale: #505050. Windows color (decimal): -3074515 or 2954961. OLE color: 2954961.

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

Color convert

RGB 209 22 45 -
CMYK 0 0.89 0.78 0.18
HSL 352.62º 0.81% 0.45% -
HSV(B) 352.62º 0.89% 0.82% -
XYZ 27.06 14.32 3.82 -
YUV 80.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 209 22 45 0 0.89 0.78 0.18 352.62 0.81 0.45
Hex D1 16 2D 0 59 4E 12 161 51 2D
Octal 321 26 55 0 131 116 22 541 121 55
Binary 11010001 10110 101101 0 1011001 1001110 10010 101100001 1010001 101101

Color Harmonies of #D1162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1162D

Black with #D1162D

Text Example


Text Example

White with #D1162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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