Shades of Crimson #DD153D
Tints of Crimson #DD153D
RGB
CMYK
RGB Variations
Color information
#DD153D (or 0xDD153D) is known color: Crimson. HEX triplet: DD, 15 and 3D. RGB value is (221,21,61). Sum of RGB (Red+Green+Blue) = 221+21+61=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD153D is #22EAC2. Grayscale: #555555. Windows color (decimal): -2288323 or 4003293. OLE color: 4003293.
HSL color Cylindrical-coordinate representation of color #DD153D: hue angle of 348º 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 #DD153D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 61 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.13 |
| HSL | 348º | 0.83% | 0.47% | - |
| HSV(B) | 348º | 0.9% | 0.87% | - |
| XYZ | 30.93 | 16.25 | 5.92 | - |
| YUV | 85.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 61 | 0 | 0.90 | 0.72 | 0.13 | 348 | 0.83 | 0.47 |
| Hex | DD | 15 | 3D | 0 | 5A | 48 | D | 15C | 53 | 2F |
| Octal | 335 | 25 | 75 | 0 | 132 | 110 | 15 | 534 | 123 | 57 |
| Binary | 11011101 | 10101 | 111101 | 0 | 1011010 | 1001000 | 1101 | 101011100 | 1010011 | 101111 |
Color Harmonies of #DD153D
Complementary color
Monochromatic Colors of #DD153D
Black with #DD153D
Text Example
Text Example
White with #DD153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD153D; }
p { color: rgb(221,21,61); }
H1.HeaderClassName
{
color: #DD153D;
}
.AnyTagClassName
{
color: #DD153D;
}
</style>
background-color css
<style>
a { background-color: #DD153D; }
a { background-color: rgb(221,21,61); }
div.DivClassName
{
background-color: #DD153D;
}
.BgClassName
{
background-color: #DD153D;
}
</style>
border-color css
<style>
span { border-color: #DD153D; }
span { border-color: rgb(221,21,61); }
td.TdClassName
{
border-color: #DD153D;
}
.TagClassName
{
border-color: #DD153D;
}
</style>