Html Css Color HEX #D8162C Fire Engine Red

📋 copy color: '#D8162C'

red 216 ◦ green 22 ◦ blue 44

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

Shades of Fire Engine Red #D8162C

Tints of Fire Engine Red #D8162C

RGB

 RED value IS 216 (84.77% from 255) = 76.6%

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 76.6%
G = 7.8%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8162C (or 0xD8162C) is known color: Fire Engine Red. HEX triplet: D8, 16 and 2C. RGB value is (216,22,44). Sum of RGB (Red+Green+Blue) = 216+22+44=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8162C is #27E9D3. Grayscale: #525252. Windows color (decimal): -2615764 or 2889432. OLE color: 2889432.

HSL color Cylindrical-coordinate representation of color #D8162C: hue angle of 353.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8162C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 44 -
CMYK 0 0.90 0.80 0.15
HSL 353.2º 0.82% 0.47% -
HSV(B) 353.2º 0.9% 0.85% -
XYZ 29.06 15.35 3.81 -
YUV 82.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 216 22 44 0 0.90 0.80 0.15 353.2 0.82 0.47
Hex D8 16 2C 0 5A 50 F 161 52 2F
Octal 330 26 54 0 132 120 17 541 122 57
Binary 11011000 10110 101100 0 1011010 1010000 1111 101100001 1010010 101111

Color Harmonies of #D8162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8162C

Black with #D8162C

Text Example


Text Example

White with #D8162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8162C; }

 p { color: rgb(216,22,44); }

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

background-color css

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

 a { background-color: rgb(216,22,44); }

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

border-color css

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

 span { border-color: rgb(216,22,44); }

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