Html Css Color HEX #D81415 Fire Engine Red

📋 copy color: '#D81415'

red 216 ◦ green 20 ◦ blue 21

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

Shades of Fire Engine Red #D81415

Tints of Fire Engine Red #D81415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.78%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 84.05%
G = 7.78%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D81415 (or 0xD81415) is known color: Fire Engine Red. HEX triplet: D8, 14 and 15. RGB value is (216,20,21). Sum of RGB (Red+Green+Blue) = 216+20+21=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81415 is #27EBEA. Grayscale: #4E4E4E. Windows color (decimal): -2616299 or 1381592. OLE color: 1381592.

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

Color convert

RGB 216 20 21 -
CMYK 0 0.91 0.90 0.15
HSL 359.69º 0.83% 0.46% -
HSV(B) 359.69º 0.91% 0.85% -
XYZ 28.7 15.15 2.12 -
YUV 78.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 216 20 21 0 0.91 0.90 0.15 359.69 0.83 0.46
Hex D8 14 15 0 5B 5A F 168 53 2E
Octal 330 24 25 0 133 132 17 550 123 56
Binary 11011000 10100 10101 0 1011011 1011010 1111 101101000 1010011 101110

Color Harmonies of #D81415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81415

Black with #D81415

Text Example


Text Example

White with #D81415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81415; }

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

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

background-color css

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

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

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

border-color css

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

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

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