Html Css Color HEX #D72C32 Alizarin

📋 copy color: '#D72C32'

red 215 ◦ green 44 ◦ blue 50

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

Shades of Alizarin #D72C32

Tints of Alizarin #D72C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.24%

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

R = 69.58%
G = 14.24%
B = 16.18%

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

#D72C32 (or 0xD72C32) is known color: Alizarin. HEX triplet: D7, 2C and 32. RGB value is (215,44,50). Sum of RGB (Red+Green+Blue) = 215+44+50=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C32 is #28D3CD. Grayscale: #5F5F5F. Windows color (decimal): -2675662 or 3288279. OLE color: 3288279.

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

Color convert

RGB 215 44 50 -
CMYK 0 0.80 0.77 0.16
HSL 357.89º 0.68% 0.51% -
HSV(B) 357.89º 0.8% 0.84% -
XYZ 29.5 16.48 4.64 -
YUV 95.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 215 44 50 0 0.80 0.77 0.16 357.89 0.68 0.51
Hex D7 2C 32 0 50 4D 10 166 44 33
Octal 327 54 62 0 120 115 20 546 104 63
Binary 11010111 101100 110010 0 1010000 1001101 10000 101100110 1000100 110011

Color Harmonies of #D72C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C32

Black with #D72C32

Text Example


Text Example

White with #D72C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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