Shades of Crimson #DD142B
Tints of Crimson #DD142B
RGB
CMYK
RGB Variations
Color information
#DD142B (or 0xDD142B) is known color: Crimson. HEX triplet: DD, 14 and 2B. RGB value is (221,20,43). Sum of RGB (Red+Green+Blue) = 221+20+43=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD142B is #22EBD4. Grayscale: #525252. Windows color (decimal): -2288597 or 2823389. OLE color: 2823389.
HSL color Cylindrical-coordinate representation of color #DD142B: hue angle of 353.13º 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 #DD142B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 43 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.13 |
| HSL | 353.13º | 0.83% | 0.47% | - |
| HSV(B) | 353.13º | 0.91% | 0.87% | - |
| XYZ | 30.51 | 16.05 | 3.78 | - |
| YUV | 82.72 | 105.59 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 43 | 0 | 0.91 | 0.81 | 0.13 | 353.13 | 0.83 | 0.47 |
| Hex | DD | 14 | 2B | 0 | 5B | 51 | D | 161 | 53 | 2F |
| Octal | 335 | 24 | 53 | 0 | 133 | 121 | 15 | 541 | 123 | 57 |
| Binary | 11011101 | 10100 | 101011 | 0 | 1011011 | 1010001 | 1101 | 101100001 | 1010011 | 101111 |
Color Harmonies of #DD142B
Complementary color
Monochromatic Colors of #DD142B
Black with #DD142B
Text Example
Text Example
White with #DD142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD142B; }
p { color: rgb(221,20,43); }
H1.HeaderClassName
{
color: #DD142B;
}
.AnyTagClassName
{
color: #DD142B;
}
</style>
background-color css
<style>
a { background-color: #DD142B; }
a { background-color: rgb(221,20,43); }
div.DivClassName
{
background-color: #DD142B;
}
.BgClassName
{
background-color: #DD142B;
}
</style>
border-color css
<style>
span { border-color: #DD142B; }
span { border-color: rgb(221,20,43); }
td.TdClassName
{
border-color: #DD142B;
}
.TagClassName
{
border-color: #DD142B;
}
</style>