Shades of Crimson #DD0333
Tints of Crimson #DD0333
RGB
CMYK
RGB Variations
Color information
#DD0333 (or 0xDD0333) is known color: Crimson. HEX triplet: DD, 03 and 33. RGB value is (221,3,51). Sum of RGB (Red+Green+Blue) = 221+3+51=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0333 is #22FCCC. Grayscale: #494949. Windows color (decimal): -2292941 or 3343325. OLE color: 3343325.
HSL color Cylindrical-coordinate representation of color #DD0333: hue angle of 346.79º degrees, saturation: 0.97, 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 #DD0333 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 51 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.13 |
| HSL | 346.79º | 0.97% | 0.44% | - |
| HSV(B) | 346.79º | 0.99% | 0.87% | - |
| XYZ | 30.45 | 15.68 | 4.55 | - |
| YUV | 73.65 | 115.22 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 51 | 0 | 0.99 | 0.77 | 0.13 | 346.79 | 0.97 | 0.44 |
| Hex | DD | 3 | 33 | 0 | 63 | 4D | D | 15B | 61 | 2C |
| Octal | 335 | 3 | 63 | 0 | 143 | 115 | 15 | 533 | 141 | 54 |
| Binary | 11011101 | 11 | 110011 | 0 | 1100011 | 1001101 | 1101 | 101011011 | 1100001 | 101100 |
Color Harmonies of #DD0333
Complementary color
Monochromatic Colors of #DD0333
Black with #DD0333
Text Example
Text Example
White with #DD0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0333; }
p { color: rgb(221,3,51); }
H1.HeaderClassName
{
color: #DD0333;
}
.AnyTagClassName
{
color: #DD0333;
}
</style>
background-color css
<style>
a { background-color: #DD0333; }
a { background-color: rgb(221,3,51); }
div.DivClassName
{
background-color: #DD0333;
}
.BgClassName
{
background-color: #DD0333;
}
</style>
border-color css
<style>
span { border-color: #DD0333; }
span { border-color: rgb(221,3,51); }
td.TdClassName
{
border-color: #DD0333;
}
.TagClassName
{
border-color: #DD0333;
}
</style>