Html Css Color HEX #D71520 Fire Engine Red

📋 copy color: '#D71520'

red 215 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #D71520

Tints of Fire Engine Red #D71520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 80.22%
G = 7.84%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D71520 (or 0xD71520) is known color: Fire Engine Red. HEX triplet: D7, 15 and 20. RGB value is (215,21,32). Sum of RGB (Red+Green+Blue) = 215+21+32=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D71520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71520 is #28EADF. Grayscale: #505050. Windows color (decimal): -2681568 or 2102743. OLE color: 2102743.

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

Color convert

RGB 215 21 32 -
CMYK 0 0.90 0.85 0.16
HSL 356.6º 0.82% 0.46% -
HSV(B) 356.6º 0.9% 0.84% -
XYZ 28.55 15.09 2.77 -
YUV 80.26 100.77 224.11 -
System Red Green Blue C M Y K H S L
Decimal 215 21 32 0 0.90 0.85 0.16 356.6 0.82 0.46
Hex D7 15 20 0 5A 55 10 165 52 2E
Octal 327 25 40 0 132 125 20 545 122 56
Binary 11010111 10101 100000 0 1011010 1010101 10000 101100101 1010010 101110

Color Harmonies of #D71520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71520

Black with #D71520

Text Example


Text Example

White with #D71520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71520; }

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

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

background-color css

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

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

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

border-color css

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

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

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