Shades of Alizarin #D9273D
Tints of Alizarin #D9273D
RGB
CMYK
RGB Variations
Color information
#D9273D (or 0xD9273D) is known color: Alizarin. HEX triplet: D9, 27 and 3D. RGB value is (217,39,61). Sum of RGB (Red+Green+Blue) = 217+39+61=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9273D is #26D8C2. Grayscale: #5E5E5E. Windows color (decimal): -2545859 or 4007897. OLE color: 4007897.
HSL color Cylindrical-coordinate representation of color #D9273D: hue angle of 352.58º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9273D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 61 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.15 |
| HSL | 352.58º | 0.7% | 0.5% | - |
| HSV(B) | 352.58º | 0.82% | 0.85% | - |
| XYZ | 30.18 | 16.54 | 6.02 | - |
| YUV | 94.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 61 | 0 | 0.82 | 0.72 | 0.15 | 352.58 | 0.7 | 0.5 |
| Hex | D9 | 27 | 3D | 0 | 52 | 48 | F | 161 | 46 | 32 |
| Octal | 331 | 47 | 75 | 0 | 122 | 110 | 17 | 541 | 106 | 62 |
| Binary | 11011001 | 100111 | 111101 | 0 | 1010010 | 1001000 | 1111 | 101100001 | 1000110 | 110010 |
Color Harmonies of #D9273D
Complementary color
Monochromatic Colors of #D9273D
Black with #D9273D
Text Example
Text Example
White with #D9273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9273D; }
p { color: rgb(217,39,61); }
H1.HeaderClassName
{
color: #D9273D;
}
.AnyTagClassName
{
color: #D9273D;
}
</style>
background-color css
<style>
a { background-color: #D9273D; }
a { background-color: rgb(217,39,61); }
div.DivClassName
{
background-color: #D9273D;
}
.BgClassName
{
background-color: #D9273D;
}
</style>
border-color css
<style>
span { border-color: #D9273D; }
span { border-color: rgb(217,39,61); }
td.TdClassName
{
border-color: #D9273D;
}
.TagClassName
{
border-color: #D9273D;
}
</style>