Html Css Color HEX #D81014 Fire Engine Red

📋 copy color: '#D81014'

red 216 ◦ green 16 ◦ blue 20

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

Shades of Fire Engine Red #D81014

Tints of Fire Engine Red #D81014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 85.71%
G = 6.35%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D81014 (or 0xD81014) is known color: Fire Engine Red. HEX triplet: D8, 10 and 14. RGB value is (216,16,20). Sum of RGB (Red+Green+Blue) = 216+16+20=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D81014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81014 is #27EFEB. Grayscale: #4C4C4C. Windows color (decimal): -2617324 or 1315032. OLE color: 1315032.

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

Color convert

RGB 216 16 20 -
CMYK 0 0.93 0.91 0.15
HSL 358.8º 0.86% 0.45% -
HSV(B) 358.8º 0.93% 0.85% -
XYZ 28.63 15.02 2.05 -
YUV 76.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 216 16 20 0 0.93 0.91 0.15 358.8 0.86 0.45
Hex D8 10 14 0 5D 5B F 167 56 2D
Octal 330 20 24 0 135 133 17 547 126 55
Binary 11011000 10000 10100 0 1011101 1011011 1111 101100111 1010110 101101

Color Harmonies of #D81014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81014

Black with #D81014

Text Example


Text Example

White with #D81014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81014; }

 p { color: rgb(216,16,20); }

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

background-color css

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

 a { background-color: rgb(216,16,20); }

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

border-color css

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

 span { border-color: rgb(216,16,20); }

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