Html Css Color HEX #D9081D Fire Engine Red

📋 copy color: '#D9081D'

red 217 ◦ green 8 ◦ blue 29

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

Shades of Fire Engine Red #D9081D

Tints of Fire Engine Red #D9081D

RGB

 RED value IS 217 (85.16% from 255) = 85.43%

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 85.43%
G = 3.15%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9081D (or 0xD9081D) is known color: Fire Engine Red. HEX triplet: D9, 08 and 1D. RGB value is (217,8,29). Sum of RGB (Red+Green+Blue) = 217+8+29=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D9081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9081D is #26F7E2. Grayscale: #494949. Windows color (decimal): -2553827 or 1902809. OLE color: 1902809.

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

Color convert

RGB 217 8 29 -
CMYK 0 0.96 0.87 0.15
HSL 353.97º 0.93% 0.44% -
HSV(B) 353.97º 0.96% 0.85% -
XYZ 28.92 15.01 2.54 -
YUV 72.89 103.24 230.79 -
System Red Green Blue C M Y K H S L
Decimal 217 8 29 0 0.96 0.87 0.15 353.97 0.93 0.44
Hex D9 8 1D 0 60 57 F 162 5D 2C
Octal 331 10 35 0 140 127 17 542 135 54
Binary 11011001 1000 11101 0 1100000 1010111 1111 101100010 1011101 101100

Color Harmonies of #D9081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9081D

Black with #D9081D

Text Example


Text Example

White with #D9081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9081D; }

 p { color: rgb(217,8,29); }

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

background-color css

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

 a { background-color: rgb(217,8,29); }

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

border-color css

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

 span { border-color: rgb(217,8,29); }

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