#D72A3B

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

Shades of Alizarin #D72A3B

Tints of Alizarin #D72A3B

Color information

#D72A3B (or 0xD72A3B) is unknown color: approx Alizarin. HEX triplet: D7, 2A and 3B. RGB value is (215,42,59). Sum of RGB (Red+Green+Blue) = 215+42+59=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A3B is #28D5C4. Grayscale: #5F5F5F. Windows color (decimal): -2676165 or 3877591. OLE color: 3877591.

HSL color Cylindrical-coordinate representation of color #D72A3B: hue angle of 354.1º 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 #D72A3B is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB2154259-
CMYK00.800.730.16
HSL354.1º68.38%50.39%-
HSV(B)354.1º80.47%84.31%-
XYZ29.6416.425.74-
YUV95.66107.31213.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.04%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 59 (23.44% from 255) = 18.67%
R=68.04%
G=13.29%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215425900.800.730.16354.168.3850.39
HexD72A3B05049101624432
Octal327527301201112054210462
Binary11010111101010111011010100001001001100001011000101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72A3B; }

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

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

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

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

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

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

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

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