Html Css Color HEX #D71920 Fire Engine Red

📋 copy color: '#D71920'

red 215 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #D71920

Tints of Fire Engine Red #D71920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 79.04%
G = 9.19%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D71920 (or 0xD71920) is known color: Fire Engine Red. HEX triplet: D7, 19 and 20. RGB value is (215,25,32). Sum of RGB (Red+Green+Blue) = 215+25+32=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D71920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71920 is #28E6DF. Grayscale: #525252. Windows color (decimal): -2680544 or 2103767. OLE color: 2103767.

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

Color convert

RGB 215 25 32 -
CMYK 0 0.88 0.85 0.16
HSL 357.79º 0.79% 0.47% -
HSV(B) 357.79º 0.88% 0.84% -
XYZ 28.63 15.25 2.8 -
YUV 82.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 215 25 32 0 0.88 0.85 0.16 357.79 0.79 0.47
Hex D7 19 20 0 58 55 10 166 4F 2F
Octal 327 31 40 0 130 125 20 546 117 57
Binary 11010111 11001 100000 0 1011000 1010101 10000 101100110 1001111 101111

Color Harmonies of #D71920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71920

Black with #D71920

Text Example


Text Example

White with #D71920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71920; }

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

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

background-color css

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

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

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

border-color css

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

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

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