Html Css Color HEX #D8081E Fire Engine Red

📋 copy color: '#D8081E'

red 216 ◦ green 8 ◦ blue 30

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

Shades of Fire Engine Red #D8081E

Tints of Fire Engine Red #D8081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 85.04%
G = 3.15%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8081E (or 0xD8081E) is known color: Fire Engine Red. HEX triplet: D8, 08 and 1E. RGB value is (216,8,30). Sum of RGB (Red+Green+Blue) = 216+8+30=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D8081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8081E is #27F7E1. Grayscale: #484848. Windows color (decimal): -2619362 or 1968344. OLE color: 1968344.

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

Color convert

RGB 216 8 30 -
CMYK 0 0.96 0.86 0.15
HSL 353.65º 0.93% 0.44% -
HSV(B) 353.65º 0.96% 0.85% -
XYZ 28.64 14.87 2.59 -
YUV 72.7 103.91 230.21 -
System Red Green Blue C M Y K H S L
Decimal 216 8 30 0 0.96 0.86 0.15 353.65 0.93 0.44
Hex D8 8 1E 0 60 56 F 162 5D 2C
Octal 330 10 36 0 140 126 17 542 135 54
Binary 11011000 1000 11110 0 1100000 1010110 1111 101100010 1011101 101100

Color Harmonies of #D8081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8081E

Black with #D8081E

Text Example


Text Example

White with #D8081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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