Html Css Color HEX #D81215 Fire Engine Red

📋 copy color: '#D81215'

red 216 ◦ green 18 ◦ blue 21

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

Shades of Fire Engine Red #D81215

Tints of Fire Engine Red #D81215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 84.71%
G = 7.06%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D81215 (or 0xD81215) is known color: Fire Engine Red. HEX triplet: D8, 12 and 15. RGB value is (216,18,21). Sum of RGB (Red+Green+Blue) = 216+18+21=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D81215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81215 is #27EDEA. Grayscale: #4D4D4D. Windows color (decimal): -2616811 or 1381080. OLE color: 1381080.

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

Color convert

RGB 216 18 21 -
CMYK 0 0.92 0.90 0.15
HSL 359.09º 0.85% 0.46% -
HSV(B) 359.09º 0.92% 0.85% -
XYZ 28.67 15.09 2.11 -
YUV 77.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 216 18 21 0 0.92 0.90 0.15 359.09 0.85 0.46
Hex D8 12 15 0 5C 5A F 167 55 2E
Octal 330 22 25 0 134 132 17 547 125 56
Binary 11011000 10010 10101 0 1011100 1011010 1111 101100111 1010101 101110

Color Harmonies of #D81215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81215

Black with #D81215

Text Example


Text Example

White with #D81215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81215; }

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

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

background-color css

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

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

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

border-color css

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

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

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