Shades of Crimson #DD023B
Tints of Crimson #DD023B
RGB
CMYK
RGB Variations
Color information
#DD023B (or 0xDD023B) is known color: Crimson. HEX triplet: DD, 02 and 3B. RGB value is (221,2,59). Sum of RGB (Red+Green+Blue) = 221+2+59=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD023B is #22FDC4. Grayscale: #494949. Windows color (decimal): -2293189 or 3867357. OLE color: 3867357.
HSL color Cylindrical-coordinate representation of color #DD023B: hue angle of 344.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD023B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.13 |
| HSL | 344.38º | 0.98% | 0.44% | - |
| HSV(B) | 344.38º | 0.99% | 0.87% | - |
| XYZ | 30.63 | 15.73 | 5.56 | - |
| YUV | 73.98 | 119.55 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 59 | 0 | 0.99 | 0.73 | 0.13 | 344.38 | 0.98 | 0.44 |
| Hex | DD | 2 | 3B | 0 | 63 | 49 | D | 158 | 62 | 2C |
| Octal | 335 | 2 | 73 | 0 | 143 | 111 | 15 | 530 | 142 | 54 |
| Binary | 11011101 | 10 | 111011 | 0 | 1100011 | 1001001 | 1101 | 101011000 | 1100010 | 101100 |
Color Harmonies of #DD023B
Complementary color
Monochromatic Colors of #DD023B
Black with #DD023B
Text Example
Text Example
White with #DD023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD023B; }
p { color: rgb(221,2,59); }
H1.HeaderClassName
{
color: #DD023B;
}
.AnyTagClassName
{
color: #DD023B;
}
</style>
background-color css
<style>
a { background-color: #DD023B; }
a { background-color: rgb(221,2,59); }
div.DivClassName
{
background-color: #DD023B;
}
.BgClassName
{
background-color: #DD023B;
}
</style>
border-color css
<style>
span { border-color: #DD023B; }
span { border-color: rgb(221,2,59); }
td.TdClassName
{
border-color: #DD023B;
}
.TagClassName
{
border-color: #DD023B;
}
</style>