Shades of Crimson #DD0836
Tints of Crimson #DD0836
RGB
CMYK
RGB Variations
Color information
#DD0836 (or 0xDD0836) is known color: Crimson. HEX triplet: DD, 08 and 36. RGB value is (221,8,54). Sum of RGB (Red+Green+Blue) = 221+8+54=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0836 is #22F7C9. Grayscale: #4C4C4C. Windows color (decimal): -2291658 or 3541213. OLE color: 3541213.
HSL color Cylindrical-coordinate representation of color #DD0836: hue angle of 347.04º 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 #DD0836 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 54 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.13 |
| HSL | 347.04º | 0.93% | 0.45% | - |
| HSV(B) | 347.04º | 0.96% | 0.87% | - |
| XYZ | 30.57 | 15.81 | 4.93 | - |
| YUV | 76.93 | 115.07 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 54 | 0 | 0.96 | 0.76 | 0.13 | 347.04 | 0.93 | 0.45 |
| Hex | DD | 8 | 36 | 0 | 60 | 4C | D | 15B | 5D | 2D |
| Octal | 335 | 10 | 66 | 0 | 140 | 114 | 15 | 533 | 135 | 55 |
| Binary | 11011101 | 1000 | 110110 | 0 | 1100000 | 1001100 | 1101 | 101011011 | 1011101 | 101101 |
Color Harmonies of #DD0836
Complementary color
Monochromatic Colors of #DD0836
Black with #DD0836
Text Example
Text Example
White with #DD0836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0836; }
p { color: rgb(221,8,54); }
H1.HeaderClassName
{
color: #DD0836;
}
.AnyTagClassName
{
color: #DD0836;
}
</style>
background-color css
<style>
a { background-color: #DD0836; }
a { background-color: rgb(221,8,54); }
div.DivClassName
{
background-color: #DD0836;
}
.BgClassName
{
background-color: #DD0836;
}
</style>
border-color css
<style>
span { border-color: #DD0836; }
span { border-color: rgb(221,8,54); }
td.TdClassName
{
border-color: #DD0836;
}
.TagClassName
{
border-color: #DD0836;
}
</style>