Html Css Color HEX #D72832 Alizarin

📋 copy color: '#D72832'

red 215 ◦ green 40 ◦ blue 50

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

Shades of Alizarin #D72832

Tints of Alizarin #D72832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 70.49%
G = 13.11%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D72832 (or 0xD72832) is known color: Alizarin. HEX triplet: D7, 28 and 32. RGB value is (215,40,50). Sum of RGB (Red+Green+Blue) = 215+40+50=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D72832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72832 is #28D7CD. Grayscale: #5D5D5D. Windows color (decimal): -2676686 or 3287255. OLE color: 3287255.

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

Color convert

RGB 215 40 50 -
CMYK 0 0.81 0.77 0.16
HSL 356.57º 0.69% 0.5% -
HSV(B) 356.57º 0.81% 0.84% -
XYZ 29.36 16.19 4.6 -
YUV 93.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 215 40 50 0 0.81 0.77 0.16 356.57 0.69 0.5
Hex D7 28 32 0 51 4D 10 165 45 32
Octal 327 50 62 0 121 115 20 545 105 62
Binary 11010111 101000 110010 0 1010001 1001101 10000 101100101 1000101 110010

Color Harmonies of #D72832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72832

Black with #D72832

Text Example


Text Example

White with #D72832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72832; }

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

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

background-color css

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

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

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

border-color css

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

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

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