Shades of Crimson #DD123F
Tints of Crimson #DD123F
RGB
CMYK
RGB Variations
Color information
#DD123F (or 0xDD123F) is known color: Crimson. HEX triplet: DD, 12 and 3F. RGB value is (221,18,63). Sum of RGB (Red+Green+Blue) = 221+18+63=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD123F is #22EDC0. Grayscale: #535353. Windows color (decimal): -2289089 or 4133597. OLE color: 4133597.
HSL color Cylindrical-coordinate representation of color #DD123F: hue angle of 346.7º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD123F is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 63 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.13 |
| HSL | 346.7º | 0.85% | 0.47% | - |
| HSV(B) | 346.7º | 0.92% | 0.87% | - |
| XYZ | 30.93 | 16.16 | 6.19 | - |
| YUV | 83.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 63 | 0 | 0.92 | 0.71 | 0.13 | 346.7 | 0.85 | 0.47 |
| Hex | DD | 12 | 3F | 0 | 5C | 47 | D | 15B | 55 | 2F |
| Octal | 335 | 22 | 77 | 0 | 134 | 107 | 15 | 533 | 125 | 57 |
| Binary | 11011101 | 10010 | 111111 | 0 | 1011100 | 1000111 | 1101 | 101011011 | 1010101 | 101111 |
Color Harmonies of #DD123F
Complementary color
Monochromatic Colors of #DD123F
Black with #DD123F
Text Example
Text Example
White with #DD123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD123F; }
p { color: rgb(221,18,63); }
H1.HeaderClassName
{
color: #DD123F;
}
.AnyTagClassName
{
color: #DD123F;
}
</style>
background-color css
<style>
a { background-color: #DD123F; }
a { background-color: rgb(221,18,63); }
div.DivClassName
{
background-color: #DD123F;
}
.BgClassName
{
background-color: #DD123F;
}
</style>
border-color css
<style>
span { border-color: #DD123F; }
span { border-color: rgb(221,18,63); }
td.TdClassName
{
border-color: #DD123F;
}
.TagClassName
{
border-color: #DD123F;
}
</style>