Shades of Crimson #DD133C
Tints of Crimson #DD133C
RGB
CMYK
RGB Variations
Color information
#DD133C (or 0xDD133C) is known color: Crimson. HEX triplet: DD, 13 and 3C. RGB value is (221,19,60). Sum of RGB (Red+Green+Blue) = 221+19+60=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD133C is #22ECC3. Grayscale: #545454. Windows color (decimal): -2288836 or 3937245. OLE color: 3937245.
HSL color Cylindrical-coordinate representation of color #DD133C: hue angle of 347.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD133C is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 60 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.13 |
| HSL | 347.82º | 0.84% | 0.47% | - |
| HSV(B) | 347.82º | 0.91% | 0.87% | - |
| XYZ | 30.87 | 16.16 | 5.77 | - |
| YUV | 84.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 60 | 0 | 0.91 | 0.73 | 0.13 | 347.82 | 0.84 | 0.47 |
| Hex | DD | 13 | 3C | 0 | 5B | 49 | D | 15C | 54 | 2F |
| Octal | 335 | 23 | 74 | 0 | 133 | 111 | 15 | 534 | 124 | 57 |
| Binary | 11011101 | 10011 | 111100 | 0 | 1011011 | 1001001 | 1101 | 101011100 | 1010100 | 101111 |
Color Harmonies of #DD133C
Complementary color
Monochromatic Colors of #DD133C
Black with #DD133C
Text Example
Text Example
White with #DD133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD133C; }
p { color: rgb(221,19,60); }
H1.HeaderClassName
{
color: #DD133C;
}
.AnyTagClassName
{
color: #DD133C;
}
</style>
background-color css
<style>
a { background-color: #DD133C; }
a { background-color: rgb(221,19,60); }
div.DivClassName
{
background-color: #DD133C;
}
.BgClassName
{
background-color: #DD133C;
}
</style>
border-color css
<style>
span { border-color: #DD133C; }
span { border-color: rgb(221,19,60); }
td.TdClassName
{
border-color: #DD133C;
}
.TagClassName
{
border-color: #DD133C;
}
</style>