Html Css Color HEX #D81019 Fire Engine Red

📋 copy color: '#D81019'

red 216 ◦ green 16 ◦ blue 25

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

Shades of Fire Engine Red #D81019

Tints of Fire Engine Red #D81019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 84.05%
G = 6.23%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D81019 (or 0xD81019) is known color: Fire Engine Red. HEX triplet: D8, 10 and 19. RGB value is (216,16,25). Sum of RGB (Red+Green+Blue) = 216+16+25=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81019 is #27EFE6. Grayscale: #4C4C4C. Windows color (decimal): -2617319 or 1642712. OLE color: 1642712.

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

Color convert

RGB 216 16 25 -
CMYK 0 0.93 0.88 0.15
HSL 357.3º 0.86% 0.45% -
HSV(B) 357.3º 0.93% 0.85% -
XYZ 28.68 15.04 2.31 -
YUV 76.83 98.76 227.27 -
System Red Green Blue C M Y K H S L
Decimal 216 16 25 0 0.93 0.88 0.15 357.3 0.86 0.45
Hex D8 10 19 0 5D 58 F 165 56 2D
Octal 330 20 31 0 135 130 17 545 126 55
Binary 11011000 10000 11001 0 1011101 1011000 1111 101100101 1010110 101101

Color Harmonies of #D81019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81019

Black with #D81019

Text Example


Text Example

White with #D81019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81019; }

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

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

background-color css

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

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

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

border-color css

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

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

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