Html Css Color HEX #D7202D Alizarin

📋 copy color: '#D7202D'

red 215 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #D7202D

Tints of Alizarin #D7202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 73.63%
G = 10.96%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7202D (or 0xD7202D) is known color: Alizarin. HEX triplet: D7, 20 and 2D. RGB value is (215,32,45). Sum of RGB (Red+Green+Blue) = 215+32+45=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7202D is #28DFD2. Grayscale: #585858. Windows color (decimal): -2678739 or 2957527. OLE color: 2957527.

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

Color convert

RGB 215 32 45 -
CMYK 0 0.85 0.79 0.16
HSL 355.74º 0.74% 0.48% -
HSV(B) 355.74º 0.85% 0.84% -
XYZ 29.01 15.67 3.98 -
YUV 88.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 215 32 45 0 0.85 0.79 0.16 355.74 0.74 0.48
Hex D7 20 2D 0 55 4F 10 164 4A 30
Octal 327 40 55 0 125 117 20 544 112 60
Binary 11010111 100000 101101 0 1010101 1001111 10000 101100100 1001010 110000

Color Harmonies of #D7202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7202D

Black with #D7202D

Text Example


Text Example

White with #D7202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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