Shades of Alizarin #DD252A
Tints of Alizarin #DD252A
RGB
CMYK
RGB Variations
Color information
#DD252A (or 0xDD252A) is known color: Alizarin. HEX triplet: DD, 25 and 2A. RGB value is (221,37,42). Sum of RGB (Red+Green+Blue) = 221+37+42=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD252A is #22DAD5. Grayscale: #5C5C5C. Windows color (decimal): -2284246 or 2762205. OLE color: 2762205.
HSL color Cylindrical-coordinate representation of color #DD252A: hue angle of 358.37º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD252A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.13 |
| HSL | 358.37º | 0.73% | 0.51% | - |
| HSV(B) | 358.37º | 0.83% | 0.87% | - |
| XYZ | 30.9 | 16.86 | 3.82 | - |
| YUV | 92.59 | 99.46 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 42 | 0 | 0.83 | 0.81 | 0.13 | 358.37 | 0.73 | 0.51 |
| Hex | DD | 25 | 2A | 0 | 53 | 51 | D | 166 | 49 | 33 |
| Octal | 335 | 45 | 52 | 0 | 123 | 121 | 15 | 546 | 111 | 63 |
| Binary | 11011101 | 100101 | 101010 | 0 | 1010011 | 1010001 | 1101 | 101100110 | 1001001 | 110011 |
Color Harmonies of #DD252A
Complementary color
Monochromatic Colors of #DD252A
Black with #DD252A
Text Example
Text Example
White with #DD252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD252A; }
p { color: rgb(221,37,42); }
H1.HeaderClassName
{
color: #DD252A;
}
.AnyTagClassName
{
color: #DD252A;
}
</style>
background-color css
<style>
a { background-color: #DD252A; }
a { background-color: rgb(221,37,42); }
div.DivClassName
{
background-color: #DD252A;
}
.BgClassName
{
background-color: #DD252A;
}
</style>
border-color css
<style>
span { border-color: #DD252A; }
span { border-color: rgb(221,37,42); }
td.TdClassName
{
border-color: #DD252A;
}
.TagClassName
{
border-color: #DD252A;
}
</style>