Html Css Color HEX #D81015 Fire Engine Red

📋 copy color: '#D81015'

red 216 ◦ green 16 ◦ blue 21

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

Shades of Fire Engine Red #D81015

Tints of Fire Engine Red #D81015

RGB

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

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

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

R = 85.38%
G = 6.32%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D81015 (or 0xD81015) is known color: Fire Engine Red. HEX triplet: D8, 10 and 15. RGB value is (216,16,21). Sum of RGB (Red+Green+Blue) = 216+16+21=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D81015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81015 is #27EFEA. Grayscale: #4C4C4C. Windows color (decimal): -2617323 or 1380568. OLE color: 1380568.

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

Color convert

RGB 216 16 21 -
CMYK 0 0.93 0.90 0.15
HSL 358.5º 0.86% 0.45% -
HSV(B) 358.5º 0.93% 0.85% -
XYZ 28.64 15.02 2.1 -
YUV 76.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 216 16 21 0 0.93 0.90 0.15 358.5 0.86 0.45
Hex D8 10 15 0 5D 5A F 166 56 2D
Octal 330 20 25 0 135 132 17 546 126 55
Binary 11011000 10000 10101 0 1011101 1011010 1111 101100110 1010110 101101

Color Harmonies of #D81015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81015

Black with #D81015

Text Example


Text Example

White with #D81015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81015; }

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

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

background-color css

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

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

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

border-color css

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

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

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