Html Css Color HEX #D80A1F Fire Engine Red

📋 copy color: '#D80A1F'

red 216 ◦ green 10 ◦ blue 31

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

Shades of Fire Engine Red #D80A1F

Tints of Fire Engine Red #D80A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

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

R = 84.05%
G = 3.89%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D80A1F (or 0xD80A1F) is known color: Fire Engine Red. HEX triplet: D8, 0A and 1F. RGB value is (216,10,31). Sum of RGB (Red+Green+Blue) = 216+10+31=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A1F is #27F5E0. Grayscale: #4A4A4A. Windows color (decimal): -2618849 or 2034392. OLE color: 2034392.

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

Color convert

RGB 216 10 31 -
CMYK 0 0.95 0.86 0.15
HSL 353.88º 0.91% 0.44% -
HSV(B) 353.88º 0.95% 0.85% -
XYZ 28.67 14.91 2.66 -
YUV 73.99 103.75 229.29 -
System Red Green Blue C M Y K H S L
Decimal 216 10 31 0 0.95 0.86 0.15 353.88 0.91 0.44
Hex D8 A 1F 0 5F 56 F 162 5B 2C
Octal 330 12 37 0 137 126 17 542 133 54
Binary 11011000 1010 11111 0 1011111 1010110 1111 101100010 1011011 101100

Color Harmonies of #D80A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A1F

Black with #D80A1F

Text Example


Text Example

White with #D80A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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