Html Css Color HEX #D8162B Fire Engine Red

📋 copy color: '#D8162B'

red 216 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #D8162B

Tints of Fire Engine Red #D8162B

RGB

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

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

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

R = 76.87%
G = 7.83%
B = 15.3%

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

#D8162B (or 0xD8162B) is known color: Fire Engine Red. HEX triplet: D8, 16 and 2B. RGB value is (216,22,43). Sum of RGB (Red+Green+Blue) = 216+22+43=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D8162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8162B is #27E9D4. Grayscale: #525252. Windows color (decimal): -2615765 or 2823896. OLE color: 2823896.

HSL color Cylindrical-coordinate representation of color #D8162B: hue angle of 353.51º 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 #D8162B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 43 -
CMYK 0 0.90 0.80 0.15
HSL 353.51º 0.82% 0.47% -
HSV(B) 353.51º 0.9% 0.85% -
XYZ 29.04 15.35 3.72 -
YUV 82.4 105.77 223.29 -
System Red Green Blue C M Y K H S L
Decimal 216 22 43 0 0.90 0.80 0.15 353.51 0.82 0.47
Hex D8 16 2B 0 5A 50 F 162 52 2F
Octal 330 26 53 0 132 120 17 542 122 57
Binary 11011000 10110 101011 0 1011010 1010000 1111 101100010 1010010 101111

Color Harmonies of #D8162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8162B

Black with #D8162B

Text Example


Text Example

White with #D8162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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