Html Css Color HEX #D71320 Fire Engine Red

📋 copy color: '#D71320'

red 215 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #D71320

Tints of Fire Engine Red #D71320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 80.83%
G = 7.14%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D71320 (or 0xD71320) is known color: Fire Engine Red. HEX triplet: D7, 13 and 20. RGB value is (215,19,32). Sum of RGB (Red+Green+Blue) = 215+19+32=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D71320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71320 is #28ECDF. Grayscale: #4F4F4F. Windows color (decimal): -2682080 or 2102231. OLE color: 2102231.

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

Color convert

RGB 215 19 32 -
CMYK 0 0.91 0.85 0.16
HSL 356.02º 0.84% 0.46% -
HSV(B) 356.02º 0.91% 0.84% -
XYZ 28.52 15.02 2.76 -
YUV 79.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 215 19 32 0 0.91 0.85 0.16 356.02 0.84 0.46
Hex D7 13 20 0 5B 55 10 164 54 2E
Octal 327 23 40 0 133 125 20 544 124 56
Binary 11010111 10011 100000 0 1011011 1010101 10000 101100100 1010100 101110

Color Harmonies of #D71320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71320

Black with #D71320

Text Example


Text Example

White with #D71320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71320; }

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

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

background-color css

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

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

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

border-color css

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

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

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