Shades of Crimson #DD133E
Tints of Crimson #DD133E
RGB
CMYK
RGB Variations
Color information
#DD133E (or 0xDD133E) is known color: Crimson. HEX triplet: DD, 13 and 3E. RGB value is (221,19,62). Sum of RGB (Red+Green+Blue) = 221+19+62=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD133E is #22ECC1. Grayscale: #545454. Windows color (decimal): -2288834 or 4068317. OLE color: 4068317.
HSL color Cylindrical-coordinate representation of color #DD133E: hue angle of 347.23º 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 #DD133E is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 62 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.13 |
| HSL | 347.23º | 0.84% | 0.47% | - |
| HSV(B) | 347.23º | 0.91% | 0.87% | - |
| XYZ | 30.92 | 16.19 | 6.05 | - |
| YUV | 84.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 62 | 0 | 0.91 | 0.72 | 0.13 | 347.23 | 0.84 | 0.47 |
| Hex | DD | 13 | 3E | 0 | 5B | 48 | D | 15B | 54 | 2F |
| Octal | 335 | 23 | 76 | 0 | 133 | 110 | 15 | 533 | 124 | 57 |
| Binary | 11011101 | 10011 | 111110 | 0 | 1011011 | 1001000 | 1101 | 101011011 | 1010100 | 101111 |
Color Harmonies of #DD133E
Complementary color
Monochromatic Colors of #DD133E
Black with #DD133E
Text Example
Text Example
White with #DD133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD133E; }
p { color: rgb(221,19,62); }
H1.HeaderClassName
{
color: #DD133E;
}
.AnyTagClassName
{
color: #DD133E;
}
</style>
background-color css
<style>
a { background-color: #DD133E; }
a { background-color: rgb(221,19,62); }
div.DivClassName
{
background-color: #DD133E;
}
.BgClassName
{
background-color: #DD133E;
}
</style>
border-color css
<style>
span { border-color: #DD133E; }
span { border-color: rgb(221,19,62); }
td.TdClassName
{
border-color: #DD133E;
}
.TagClassName
{
border-color: #DD133E;
}
</style>