Html Css Color HEX #D71215 Fire Engine Red

📋 copy color: '#D71215'

red 215 ◦ green 18 ◦ blue 21

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

Shades of Fire Engine Red #D71215

Tints of Fire Engine Red #D71215

RGB

 RED value IS 215 (84.38% from 255) = 84.65%

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

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

R = 84.65%
G = 7.09%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D71215 (or 0xD71215) is known color: Fire Engine Red. HEX triplet: D7, 12 and 15. RGB value is (215,18,21). Sum of RGB (Red+Green+Blue) = 215+18+21=254 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.65% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 215 - color contains mainly: red. Hex color #D71215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71215 is #28EDEA. Grayscale: #4D4D4D. Windows color (decimal): -2682347 or 1381079. OLE color: 1381079.

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

Color convert

RGB 215 18 21 -
CMYK 0 0.92 0.90 0.16
HSL 359.09º 0.85% 0.46% -
HSV(B) 359.09º 0.92% 0.84% -
XYZ 28.38 14.93 2.1 -
YUV 77.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 215 18 21 0 0.92 0.90 0.16 359.09 0.85 0.46
Hex D7 12 15 0 5C 5A 10 167 55 2E
Octal 327 22 25 0 134 132 20 547 125 56
Binary 11010111 10010 10101 0 1011100 1011010 10000 101100111 1010101 101110

Color Harmonies of #D71215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71215

Black with #D71215

Text Example


Text Example

White with #D71215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71215; }

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

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

background-color css

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

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

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

border-color css

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

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

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