Html Css Color HEX #D80B1C Fire Engine Red

📋 copy color: '#D80B1C'

red 216 ◦ green 11 ◦ blue 28

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

Shades of Fire Engine Red #D80B1C

Tints of Fire Engine Red #D80B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.31%

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

R = 84.71%
G = 4.31%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D80B1C (or 0xD80B1C) is known color: Fire Engine Red. HEX triplet: D8, 0B and 1C. RGB value is (216,11,28). Sum of RGB (Red+Green+Blue) = 216+11+28=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80B1C is #27F4E3. Grayscale: #4A4A4A. Windows color (decimal): -2618596 or 1838040. OLE color: 1838040.

HSL color Cylindrical-coordinate representation of color #D80B1C: hue angle of 355.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B1C is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 11 28 -
CMYK 0 0.95 0.87 0.15
HSL 355.02º 0.9% 0.45% -
HSV(B) 355.02º 0.95% 0.85% -
XYZ 28.65 14.92 2.47 -
YUV 74.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 216 11 28 0 0.95 0.87 0.15 355.02 0.9 0.45
Hex D8 B 1C 0 5F 57 F 163 5A 2D
Octal 330 13 34 0 137 127 17 543 132 55
Binary 11011000 1011 11100 0 1011111 1010111 1111 101100011 1011010 101101

Color Harmonies of #D80B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B1C

Black with #D80B1C

Text Example


Text Example

White with #D80B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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