Shades of Crimson #CD1246
Tints of Crimson #CD1246
RGB
CMYK
RGB Variations
Color information
#CD1246 (or 0xCD1246) is known color: Crimson. HEX triplet: CD, 12 and 46. RGB value is (205,18,70). Sum of RGB (Red+Green+Blue) = 205+18+70=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1246 is #32EDB9. Grayscale: #4F4F4F. Windows color (decimal): -3337658 or 4592333. OLE color: 4592333.
HSL color Cylindrical-coordinate representation of color #CD1246: hue angle of 343.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1246 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 70 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.20 |
| HSL | 343.32º | 0.84% | 0.44% | - |
| HSV(B) | 343.32º | 0.91% | 0.8% | - |
| XYZ | 26.5 | 13.85 | 7.07 | - |
| YUV | 79.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 70 | 0 | 0.91 | 0.66 | 0.20 | 343.32 | 0.84 | 0.44 |
| Hex | CD | 12 | 46 | 0 | 5B | 42 | 14 | 157 | 54 | 2C |
| Octal | 315 | 22 | 106 | 0 | 133 | 102 | 24 | 527 | 124 | 54 |
| Binary | 11001101 | 10010 | 1000110 | 0 | 1011011 | 1000010 | 10100 | 101010111 | 1010100 | 101100 |
Color Harmonies of #CD1246
Complementary color
Monochromatic Colors of #CD1246
Black with #CD1246
Text Example
Text Example
White with #CD1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1246; }
p { color: rgb(205,18,70); }
H1.HeaderClassName
{
color: #CD1246;
}
.AnyTagClassName
{
color: #CD1246;
}
</style>
background-color css
<style>
a { background-color: #CD1246; }
a { background-color: rgb(205,18,70); }
div.DivClassName
{
background-color: #CD1246;
}
.BgClassName
{
background-color: #CD1246;
}
</style>
border-color css
<style>
span { border-color: #CD1246; }
span { border-color: rgb(205,18,70); }
td.TdClassName
{
border-color: #CD1246;
}
.TagClassName
{
border-color: #CD1246;
}
</style>