Html Css Color HEX #D50721 Fire Engine Red

📋 copy color: '#D50721'

red 213 ◦ green 7 ◦ blue 33

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

Shades of Fire Engine Red #D50721

Tints of Fire Engine Red #D50721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.04%

R = 84.19%
G = 2.77%
B = 13.04%

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

#D50721 (or 0xD50721) is known color: Fire Engine Red. HEX triplet: D5, 07 and 21. RGB value is (213,7,33). Sum of RGB (Red+Green+Blue) = 213+7+33=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D50721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50721 is #2AF8DE. Grayscale: #474747. Windows color (decimal): -2816223 or 2164693. OLE color: 2164693.

HSL color Cylindrical-coordinate representation of color #D50721: hue angle of 352.43º 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 #D50721 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 7 33 -
CMYK 0 0.97 0.85 0.16
HSL 352.43º 0.94% 0.43% -
HSV(B) 352.43º 0.97% 0.84% -
XYZ 27.79 14.41 2.76 -
YUV 71.56 106.25 228.89 -
System Red Green Blue C M Y K H S L
Decimal 213 7 33 0 0.97 0.85 0.16 352.43 0.94 0.43
Hex D5 7 21 0 61 55 10 160 5E 2B
Octal 325 7 41 0 141 125 20 540 136 53
Binary 11010101 111 100001 0 1100001 1010101 10000 101100000 1011110 101011

Color Harmonies of #D50721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50721

Black with #D50721

Text Example


Text Example

White with #D50721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50721; }

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

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

background-color css

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

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

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

border-color css

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

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

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