Html Css Color HEX #D80E1A Fire Engine Red

📋 copy color: '#D80E1A'

red 216 ◦ green 14 ◦ blue 26

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

Shades of Fire Engine Red #D80E1A

Tints of Fire Engine Red #D80E1A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.47%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 84.38%
G = 5.47%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D80E1A (or 0xD80E1A) is known color: Fire Engine Red. HEX triplet: D8, 0E and 1A. RGB value is (216,14,26). Sum of RGB (Red+Green+Blue) = 216+14+26=256 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.38% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80E1A is #27F1E5. Grayscale: #4B4B4B. Windows color (decimal): -2617830 or 1707736. OLE color: 1707736.

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

Color convert

RGB 216 14 26 -
CMYK 0 0.94 0.88 0.15
HSL 356.44º 0.88% 0.45% -
HSV(B) 356.44º 0.94% 0.85% -
XYZ 28.66 14.99 2.36 -
YUV 75.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 216 14 26 0 0.94 0.88 0.15 356.44 0.88 0.45
Hex D8 E 1A 0 5E 58 F 164 58 2D
Octal 330 16 32 0 136 130 17 544 130 55
Binary 11011000 1110 11010 0 1011110 1011000 1111 101100100 1011000 101101

Color Harmonies of #D80E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E1A

Black with #D80E1A

Text Example


Text Example

White with #D80E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E1A; }

 p { color: rgb(216,14,26); }

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

background-color css

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

 a { background-color: rgb(216,14,26); }

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

border-color css

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

 span { border-color: rgb(216,14,26); }

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