Shades of Crimson #DD143B
Tints of Crimson #DD143B
RGB
CMYK
RGB Variations
Color information
#DD143B (or 0xDD143B) is known color: Crimson. HEX triplet: DD, 14 and 3B. RGB value is (221,20,59). Sum of RGB (Red+Green+Blue) = 221+20+59=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD143B is #22EBC4. Grayscale: #545454. Windows color (decimal): -2288581 or 3871965. OLE color: 3871965.
HSL color Cylindrical-coordinate representation of color #DD143B: hue angle of 348.36º degrees, saturation: 0.83, 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 #DD143B is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 59 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.13 |
| HSL | 348.36º | 0.83% | 0.47% | - |
| HSV(B) | 348.36º | 0.91% | 0.87% | - |
| XYZ | 30.86 | 16.19 | 5.64 | - |
| YUV | 84.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 59 | 0 | 0.91 | 0.73 | 0.13 | 348.36 | 0.83 | 0.47 |
| Hex | DD | 14 | 3B | 0 | 5B | 49 | D | 15C | 53 | 2F |
| Octal | 335 | 24 | 73 | 0 | 133 | 111 | 15 | 534 | 123 | 57 |
| Binary | 11011101 | 10100 | 111011 | 0 | 1011011 | 1001001 | 1101 | 101011100 | 1010011 | 101111 |
Color Harmonies of #DD143B
Complementary color
Monochromatic Colors of #DD143B
Black with #DD143B
Text Example
Text Example
White with #DD143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD143B; }
p { color: rgb(221,20,59); }
H1.HeaderClassName
{
color: #DD143B;
}
.AnyTagClassName
{
color: #DD143B;
}
</style>
background-color css
<style>
a { background-color: #DD143B; }
a { background-color: rgb(221,20,59); }
div.DivClassName
{
background-color: #DD143B;
}
.BgClassName
{
background-color: #DD143B;
}
</style>
border-color css
<style>
span { border-color: #DD143B; }
span { border-color: rgb(221,20,59); }
td.TdClassName
{
border-color: #DD143B;
}
.TagClassName
{
border-color: #DD143B;
}
</style>