Shades of Crimson #DD0835
Tints of Crimson #DD0835
RGB
CMYK
RGB Variations
Color information
#DD0835 (or 0xDD0835) is known color: Crimson. HEX triplet: DD, 08 and 35. RGB value is (221,8,53). Sum of RGB (Red+Green+Blue) = 221+8+53=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0835 is #22F7CA. Grayscale: #4C4C4C. Windows color (decimal): -2291659 or 3475677. OLE color: 3475677.
HSL color Cylindrical-coordinate representation of color #DD0835: hue angle of 347.32º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0835 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.13 |
| HSL | 347.32º | 0.93% | 0.45% | - |
| HSV(B) | 347.32º | 0.96% | 0.87% | - |
| XYZ | 30.55 | 15.8 | 4.81 | - |
| YUV | 76.82 | 114.57 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 53 | 0 | 0.96 | 0.76 | 0.13 | 347.32 | 0.93 | 0.45 |
| Hex | DD | 8 | 35 | 0 | 60 | 4C | D | 15B | 5D | 2D |
| Octal | 335 | 10 | 65 | 0 | 140 | 114 | 15 | 533 | 135 | 55 |
| Binary | 11011101 | 1000 | 110101 | 0 | 1100000 | 1001100 | 1101 | 101011011 | 1011101 | 101101 |
Color Harmonies of #DD0835
Complementary color
Monochromatic Colors of #DD0835
Black with #DD0835
Text Example
Text Example
White with #DD0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0835; }
p { color: rgb(221,8,53); }
H1.HeaderClassName
{
color: #DD0835;
}
.AnyTagClassName
{
color: #DD0835;
}
</style>
background-color css
<style>
a { background-color: #DD0835; }
a { background-color: rgb(221,8,53); }
div.DivClassName
{
background-color: #DD0835;
}
.BgClassName
{
background-color: #DD0835;
}
</style>
border-color css
<style>
span { border-color: #DD0835; }
span { border-color: rgb(221,8,53); }
td.TdClassName
{
border-color: #DD0835;
}
.TagClassName
{
border-color: #DD0835;
}
</style>