Html Css Color HEX #D72A32 Alizarin

📋 copy color: '#D72A32'

red 215 ◦ green 42 ◦ blue 50

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

Shades of Alizarin #D72A32

Tints of Alizarin #D72A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.68%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 70.03%
G = 13.68%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D72A32 (or 0xD72A32) is known color: Alizarin. HEX triplet: D7, 2A and 32. RGB value is (215,42,50). Sum of RGB (Red+Green+Blue) = 215+42+50=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A32 is #28D5CD. Grayscale: #5E5E5E. Windows color (decimal): -2676174 or 3287767. OLE color: 3287767.

HSL color Cylindrical-coordinate representation of color #D72A32: hue angle of 357.23º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A32 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 50 -
CMYK 0 0.80 0.77 0.16
HSL 357.23º 0.68% 0.5% -
HSV(B) 357.23º 0.8% 0.84% -
XYZ 29.43 16.33 4.62 -
YUV 94.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 215 42 50 0 0.80 0.77 0.16 357.23 0.68 0.5
Hex D7 2A 32 0 50 4D 10 165 44 32
Octal 327 52 62 0 120 115 20 545 104 62
Binary 11010111 101010 110010 0 1010000 1001101 10000 101100101 1000100 110010

Color Harmonies of #D72A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A32

Black with #D72A32

Text Example


Text Example

White with #D72A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A32; }

 p { color: rgb(215,42,50); }

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

background-color css

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

 a { background-color: rgb(215,42,50); }

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

border-color css

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

 span { border-color: rgb(215,42,50); }

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