#D72231

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

Shades of Alizarin #D72231

Tints of Alizarin #D72231

Color information

#D72231 (or 0xD72231) is unknown color: approx Alizarin. HEX triplet: D7, 22 and 31. RGB value is (215,34,49). Sum of RGB (Red+Green+Blue) = 215+34+49=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D72231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72231 is #28DDCE. Grayscale: #595959. Windows color (decimal): -2678223 or 3220183. OLE color: 3220183.

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

Color convert

RGB2153449-
CMYK00.840.770.16
HSL355.03º72.69%48.82%-
HSV(B)355.03º84.19%84.31%-
XYZ29.1515.814.42-
YUV89.83104.97217.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 72.15%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=72.15%
G=11.41%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215344900.840.770.16355.0372.6948.82
HexD722310544D101634931
Octal327426101241152054311161
Binary11010111100010110001010101001001101100001011000111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72231; }

 p { color: rgb(215,34,49); }

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

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

 a { background-color: rgb(215,34,49); }

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

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

 span { border-color: rgb(215,34,49); }

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