Html Css Color HEX #D8082A Fire Engine Red

📋 copy color: '#D8082A'

red 216 ◦ green 8 ◦ blue 42

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

Shades of Fire Engine Red #D8082A

Tints of Fire Engine Red #D8082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 81.2%
G = 3.01%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8082A (or 0xD8082A) is known color: Fire Engine Red. HEX triplet: D8, 08 and 2A. RGB value is (216,8,42). Sum of RGB (Red+Green+Blue) = 216+8+42=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D8082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8082A is #27F7D5. Grayscale: #4A4A4A. Windows color (decimal): -2619350 or 2754776. OLE color: 2754776.

HSL color Cylindrical-coordinate representation of color #D8082A: hue angle of 350.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8082A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 42 -
CMYK 0 0.96 0.81 0.15
HSL 350.19º 0.93% 0.44% -
HSV(B) 350.19º 0.96% 0.85% -
XYZ 28.82 14.94 3.55 -
YUV 74.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 216 8 42 0 0.96 0.81 0.15 350.19 0.93 0.44
Hex D8 8 2A 0 60 51 F 15E 5D 2C
Octal 330 10 52 0 140 121 17 536 135 54
Binary 11011000 1000 101010 0 1100000 1010001 1111 101011110 1011101 101100

Color Harmonies of #D8082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8082A

Black with #D8082A

Text Example


Text Example

White with #D8082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8082A; }

 p { color: rgb(216,8,42); }

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

background-color css

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

 a { background-color: rgb(216,8,42); }

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

border-color css

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

 span { border-color: rgb(216,8,42); }

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