Shades of Crimson #DD152E
Tints of Crimson #DD152E
RGB
CMYK
RGB Variations
Color information
#DD152E (or 0xDD152E) is known color: Crimson. HEX triplet: DD, 15 and 2E. RGB value is (221,21,46). Sum of RGB (Red+Green+Blue) = 221+21+46=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD152E is #22EAD1. Grayscale: #535353. Windows color (decimal): -2288338 or 3020253. OLE color: 3020253.
HSL color Cylindrical-coordinate representation of color #DD152E: hue angle of 352.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD152E is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 46 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.13 |
| HSL | 352.5º | 0.83% | 0.47% | - |
| HSV(B) | 352.5º | 0.9% | 0.87% | - |
| XYZ | 30.58 | 16.11 | 4.08 | - |
| YUV | 83.65 | 106.76 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 46 | 0 | 0.90 | 0.79 | 0.13 | 352.5 | 0.83 | 0.47 |
| Hex | DD | 15 | 2E | 0 | 5A | 4F | D | 160 | 53 | 2F |
| Octal | 335 | 25 | 56 | 0 | 132 | 117 | 15 | 540 | 123 | 57 |
| Binary | 11011101 | 10101 | 101110 | 0 | 1011010 | 1001111 | 1101 | 101100000 | 1010011 | 101111 |
Color Harmonies of #DD152E
Complementary color
Monochromatic Colors of #DD152E
Black with #DD152E
Text Example
Text Example
White with #DD152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD152E; }
p { color: rgb(221,21,46); }
H1.HeaderClassName
{
color: #DD152E;
}
.AnyTagClassName
{
color: #DD152E;
}
</style>
background-color css
<style>
a { background-color: #DD152E; }
a { background-color: rgb(221,21,46); }
div.DivClassName
{
background-color: #DD152E;
}
.BgClassName
{
background-color: #DD152E;
}
</style>
border-color css
<style>
span { border-color: #DD152E; }
span { border-color: rgb(221,21,46); }
td.TdClassName
{
border-color: #DD152E;
}
.TagClassName
{
border-color: #DD152E;
}
</style>