Html Css Color HEX #D8091D Fire Engine Red

📋 copy color: '#D8091D'

red 216 ◦ green 9 ◦ blue 29

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

Shades of Fire Engine Red #D8091D

Tints of Fire Engine Red #D8091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 85.04%
G = 3.54%
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

#D8091D (or 0xD8091D) is known color: Fire Engine Red. HEX triplet: D8, 09 and 1D. RGB value is (216,9,29). Sum of RGB (Red+Green+Blue) = 216+9+29=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D8091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8091D is #27F6E2. Grayscale: #494949. Windows color (decimal): -2619107 or 1903064. OLE color: 1903064.

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

Color convert

RGB 216 9 29 -
CMYK 0 0.96 0.87 0.15
HSL 354.2º 0.92% 0.44% -
HSV(B) 354.2º 0.96% 0.85% -
XYZ 28.64 14.88 2.53 -
YUV 73.17 103.08 229.87 -
System Red Green Blue C M Y K H S L
Decimal 216 9 29 0 0.96 0.87 0.15 354.2 0.92 0.44
Hex D8 9 1D 0 60 57 F 162 5C 2C
Octal 330 11 35 0 140 127 17 542 134 54
Binary 11011000 1001 11101 0 1100000 1010111 1111 101100010 1011100 101100

Color Harmonies of #D8091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8091D

Black with #D8091D

Text Example


Text Example

White with #D8091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8091D; }

 p { color: rgb(216,9,29); }

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

background-color css

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

 a { background-color: rgb(216,9,29); }

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

border-color css

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

 span { border-color: rgb(216,9,29); }

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