Html Css Color HEX #D8091C Fire Engine Red

📋 copy color: '#D8091C'

red 216 ◦ green 9 ◦ blue 28

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

Shades of Fire Engine Red #D8091C

Tints of Fire Engine Red #D8091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 85.38%
G = 3.56%
B = 11.07%

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

#D8091C (or 0xD8091C) is known color: Fire Engine Red. HEX triplet: D8, 09 and 1C. RGB value is (216,9,28). Sum of RGB (Red+Green+Blue) = 216+9+28=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D8091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8091C is #27F6E3. Grayscale: #494949. Windows color (decimal): -2619108 or 1837528. OLE color: 1837528.

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

Color convert

RGB 216 9 28 -
CMYK 0 0.96 0.87 0.15
HSL 354.49º 0.92% 0.44% -
HSV(B) 354.49º 0.96% 0.85% -
XYZ 28.63 14.88 2.46 -
YUV 73.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 216 9 28 0 0.96 0.87 0.15 354.49 0.92 0.44
Hex D8 9 1C 0 60 57 F 162 5C 2C
Octal 330 11 34 0 140 127 17 542 134 54
Binary 11011000 1001 11100 0 1100000 1010111 1111 101100010 1011100 101100

Color Harmonies of #D8091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8091C

Black with #D8091C

Text Example


Text Example

White with #D8091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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