Html Css Color HEX #D70720 Fire Engine Red

📋 copy color: '#D70720'

red 215 ◦ green 7 ◦ blue 32

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

Shades of Fire Engine Red #D70720

Tints of Fire Engine Red #D70720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 84.65%
G = 2.76%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D70720 (or 0xD70720) is known color: Fire Engine Red. HEX triplet: D7, 07 and 20. RGB value is (215,7,32). Sum of RGB (Red+Green+Blue) = 215+7+32=254 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.65% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 215 - color contains mainly: red. Hex color #D70720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70720 is #28F8DF. Grayscale: #484848. Windows color (decimal): -2685152 or 2099159. OLE color: 2099159.

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

Color convert

RGB 215 7 32 -
CMYK 0 0.97 0.85 0.16
HSL 352.79º 0.94% 0.44% -
HSV(B) 352.79º 0.97% 0.84% -
XYZ 28.36 14.7 2.71 -
YUV 72.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 215 7 32 0 0.97 0.85 0.16 352.79 0.94 0.44
Hex D7 7 20 0 61 55 10 161 5E 2C
Octal 327 7 40 0 141 125 20 541 136 54
Binary 11010111 111 100000 0 1100001 1010101 10000 101100001 1011110 101100

Color Harmonies of #D70720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70720

Black with #D70720

Text Example


Text Example

White with #D70720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70720; }

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

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

background-color css

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

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

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

border-color css

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

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

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