Html Css Color HEX #D81519 Fire Engine Red

📋 copy color: '#D81519'

red 216 ◦ green 21 ◦ blue 25

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

Shades of Fire Engine Red #D81519

Tints of Fire Engine Red #D81519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 82.44%
G = 8.02%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D81519 (or 0xD81519) is known color: Fire Engine Red. HEX triplet: D8, 15 and 19. RGB value is (216,21,25). Sum of RGB (Red+Green+Blue) = 216+21+25=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D81519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81519 is #27EAE6. Grayscale: #4F4F4F. Windows color (decimal): -2616039 or 1643992. OLE color: 1643992.

HSL color Cylindrical-coordinate representation of color #D81519: hue angle of 358.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81519 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 25 -
CMYK 0 0.90 0.88 0.15
HSL 358.77º 0.82% 0.46% -
HSV(B) 358.77º 0.9% 0.85% -
XYZ 28.76 15.21 2.34 -
YUV 79.76 97.1 225.17 -
System Red Green Blue C M Y K H S L
Decimal 216 21 25 0 0.90 0.88 0.15 358.77 0.82 0.46
Hex D8 15 19 0 5A 58 F 167 52 2E
Octal 330 25 31 0 132 130 17 547 122 56
Binary 11011000 10101 11001 0 1011010 1011000 1111 101100111 1010010 101110

Color Harmonies of #D81519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81519

Black with #D81519

Text Example


Text Example

White with #D81519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81519; }

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

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

background-color css

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

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

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

border-color css

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

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

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