Html Css Color HEX #D80D1E Fire Engine Red

📋 copy color: '#D80D1E'

red 216 ◦ green 13 ◦ blue 30

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

Shades of Fire Engine Red #D80D1E

Tints of Fire Engine Red #D80D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.02%

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 83.4%
G = 5.02%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D80D1E (or 0xD80D1E) is known color: Fire Engine Red. HEX triplet: D8, 0D and 1E. RGB value is (216,13,30). Sum of RGB (Red+Green+Blue) = 216+13+30=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D1E is #27F2E1. Grayscale: #4B4B4B. Windows color (decimal): -2618082 or 1969624. OLE color: 1969624.

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

Color convert

RGB 216 13 30 -
CMYK 0 0.94 0.86 0.15
HSL 354.98º 0.89% 0.45% -
HSV(B) 354.98º 0.94% 0.85% -
XYZ 28.7 14.98 2.61 -
YUV 75.64 102.25 228.12 -
System Red Green Blue C M Y K H S L
Decimal 216 13 30 0 0.94 0.86 0.15 354.98 0.89 0.45
Hex D8 D 1E 0 5E 56 F 163 59 2D
Octal 330 15 36 0 136 126 17 543 131 55
Binary 11011000 1101 11110 0 1011110 1010110 1111 101100011 1011001 101101

Color Harmonies of #D80D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D1E

Black with #D80D1E

Text Example


Text Example

White with #D80D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D1E; }

 p { color: rgb(216,13,30); }

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

background-color css

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

 a { background-color: rgb(216,13,30); }

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

border-color css

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

 span { border-color: rgb(216,13,30); }

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