Shades of Crimson #DD0135
Tints of Crimson #DD0135
RGB
CMYK
RGB Variations
Color information
#DD0135 (or 0xDD0135) is known color: Crimson. HEX triplet: DD, 01 and 35. RGB value is (221,1,53). Sum of RGB (Red+Green+Blue) = 221+1+53=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0135 is #22FECA. Grayscale: #484848. Windows color (decimal): -2293451 or 3473885. OLE color: 3473885.
HSL color Cylindrical-coordinate representation of color #DD0135: hue angle of 345.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0135 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 53 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.13 |
| HSL | 345.82º | 0.99% | 0.44% | - |
| HSV(B) | 345.82º | 1% | 0.87% | - |
| XYZ | 30.47 | 15.65 | 4.78 | - |
| YUV | 72.71 | 116.89 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 53 | 0 | 1.00 | 0.76 | 0.13 | 345.82 | 0.99 | 0.44 |
| Hex | DD | 1 | 35 | 0 | 64 | 4C | D | 15A | 63 | 2C |
| Octal | 335 | 1 | 65 | 0 | 144 | 114 | 15 | 532 | 143 | 54 |
| Binary | 11011101 | 1 | 110101 | 0 | 1100100 | 1001100 | 1101 | 101011010 | 1100011 | 101100 |
Color Harmonies of #DD0135
Complementary color
Monochromatic Colors of #DD0135
Black with #DD0135
Text Example
Text Example
White with #DD0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0135; }
p { color: rgb(221,1,53); }
H1.HeaderClassName
{
color: #DD0135;
}
.AnyTagClassName
{
color: #DD0135;
}
</style>
background-color css
<style>
a { background-color: #DD0135; }
a { background-color: rgb(221,1,53); }
div.DivClassName
{
background-color: #DD0135;
}
.BgClassName
{
background-color: #DD0135;
}
</style>
border-color css
<style>
span { border-color: #DD0135; }
span { border-color: rgb(221,1,53); }
td.TdClassName
{
border-color: #DD0135;
}
.TagClassName
{
border-color: #DD0135;
}
</style>