#D72635

Color #D72635 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D72635

Tints of Alizarin #D72635

Color information

#D72635 (or 0xD72635) is unknown color: approx Alizarin. HEX triplet: D7, 26 and 35. RGB value is (215,38,53). Sum of RGB (Red+Green+Blue) = 215+38+53=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D72635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72635 is #28D9CA. Grayscale: #5C5C5C. Windows color (decimal): -2677195 or 3483351. OLE color: 3483351.

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

Color convert

RGB2153853-
CMYK00.820.750.16
HSL354.92º69.96%49.61%-
HSV(B)354.92º82.33%84.31%-
XYZ29.3616.094.93-
YUV92.63105.64215.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 70.26%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=70.26%
G=12.42%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215385300.820.750.16354.9269.9649.61
HexD726350524B101634632
Octal327466501221132054310662
Binary11010111100110110101010100101001011100001011000111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72635; }

 p { color: rgb(215,38,53); }

 H1.HeaderClassName
 {
   color: #D72635;
 }
 .AnyTagClassName
 {
   color: #D72635;
 }
</style>
background-color css

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

 a { background-color: rgb(215,38,53); }

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

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

 span { border-color: rgb(215,38,53); }

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