Html Css Color HEX #D8081F Fire Engine Red

📋 copy color: '#D8081F'

red 216 ◦ green 8 ◦ blue 31

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

Shades of Fire Engine Red #D8081F

Tints of Fire Engine Red #D8081F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 84.71%
G = 3.14%
B = 12.16%

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

#D8081F (or 0xD8081F) is known color: Fire Engine Red. HEX triplet: D8, 08 and 1F. RGB value is (216,8,31). Sum of RGB (Red+Green+Blue) = 216+8+31=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D8081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8081F is #27F7E0. Grayscale: #484848. Windows color (decimal): -2619361 or 2033880. OLE color: 2033880.

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

Color convert

RGB 216 8 31 -
CMYK 0 0.96 0.86 0.15
HSL 353.37º 0.93% 0.44% -
HSV(B) 353.37º 0.96% 0.85% -
XYZ 28.65 14.87 2.66 -
YUV 72.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 216 8 31 0 0.96 0.86 0.15 353.37 0.93 0.44
Hex D8 8 1F 0 60 56 F 161 5D 2C
Octal 330 10 37 0 140 126 17 541 135 54
Binary 11011000 1000 11111 0 1100000 1010110 1111 101100001 1011101 101100

Color Harmonies of #D8081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8081F

Black with #D8081F

Text Example


Text Example

White with #D8081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8081F; }

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

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

background-color css

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

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

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

border-color css

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

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

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