Html Css Color HEX #D50720 Fire Engine Red

📋 copy color: '#D50720'

red 213 ◦ green 7 ◦ blue 32

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

Shades of Fire Engine Red #D50720

Tints of Fire Engine Red #D50720

RGB

 RED value IS 213 (83.59% from 255) = 84.52%

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

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

R = 84.52%
G = 2.78%
B = 12.7%

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

#D50720 (or 0xD50720) is known color: Fire Engine Red. HEX triplet: D5, 07 and 20. RGB value is (213,7,32). Sum of RGB (Red+Green+Blue) = 213+7+32=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D50720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50720 is #2AF8DF. Grayscale: #474747. Windows color (decimal): -2816224 or 2099157. OLE color: 2099157.

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

Color convert

RGB 213 7 32 -
CMYK 0 0.97 0.85 0.16
HSL 352.72º 0.94% 0.43% -
HSV(B) 352.72º 0.97% 0.84% -
XYZ 27.78 14.4 2.68 -
YUV 71.44 105.75 228.97 -
System Red Green Blue C M Y K H S L
Decimal 213 7 32 0 0.97 0.85 0.16 352.72 0.94 0.43
Hex D5 7 20 0 61 55 10 161 5E 2B
Octal 325 7 40 0 141 125 20 541 136 53
Binary 11010101 111 100000 0 1100001 1010101 10000 101100001 1011110 101011

Color Harmonies of #D50720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50720

Black with #D50720

Text Example


Text Example

White with #D50720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50720; }

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

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

background-color css

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

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

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

border-color css

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

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

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