Html Css Color HEX #D1162B Fire Engine Red

📋 copy color: '#D1162B'

red 209 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #D1162B

Tints of Fire Engine Red #D1162B

RGB

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

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

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

R = 76.28%
G = 8.03%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1162B (or 0xD1162B) is known color: Fire Engine Red. HEX triplet: D1, 16 and 2B. RGB value is (209,22,43). Sum of RGB (Red+Green+Blue) = 209+22+43=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D1162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1162B is #2EE9D4. Grayscale: #505050. Windows color (decimal): -3074517 or 2823889. OLE color: 2823889.

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

Color convert

RGB 209 22 43 -
CMYK 0 0.89 0.79 0.18
HSL 353.26º 0.81% 0.45% -
HSV(B) 353.26º 0.89% 0.82% -
XYZ 27.02 14.3 3.62 -
YUV 80.31 106.95 219.79 -
System Red Green Blue C M Y K H S L
Decimal 209 22 43 0 0.89 0.79 0.18 353.26 0.81 0.45
Hex D1 16 2B 0 59 4F 12 161 51 2D
Octal 321 26 53 0 131 117 22 541 121 55
Binary 11010001 10110 101011 0 1011001 1001111 10010 101100001 1010001 101101

Color Harmonies of #D1162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1162B

Black with #D1162B

Text Example


Text Example

White with #D1162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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