Shades of Crimson #CD0F49
Tints of Crimson #CD0F49
RGB
CMYK
RGB Variations
Color information
#CD0F49 (or 0xCD0F49) is known color: Crimson. HEX triplet: CD, 0F and 49. RGB value is (205,15,73). Sum of RGB (Red+Green+Blue) = 205+15+73=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0F49 is #32F0B6. Grayscale: #4E4E4E. Windows color (decimal): -3338423 or 4788173. OLE color: 4788173.
HSL color Cylindrical-coordinate representation of color #CD0F49: hue angle of 341.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0F49 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 15 | 73 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.20 |
| HSL | 341.68º | 0.86% | 0.43% | - |
| HSV(B) | 341.68º | 0.93% | 0.8% | - |
| XYZ | 26.55 | 13.8 | 7.57 | - |
| YUV | 78.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 73 | 0 | 0.93 | 0.64 | 0.20 | 341.68 | 0.86 | 0.43 |
| Hex | CD | F | 49 | 0 | 5D | 40 | 14 | 156 | 56 | 2B |
| Octal | 315 | 17 | 111 | 0 | 135 | 100 | 24 | 526 | 126 | 53 |
| Binary | 11001101 | 1111 | 1001001 | 0 | 1011101 | 1000000 | 10100 | 101010110 | 1010110 | 101011 |
Color Harmonies of #CD0F49
Complementary color
Monochromatic Colors of #CD0F49
Black with #CD0F49
Text Example
Text Example
White with #CD0F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0F49; }
p { color: rgb(205,15,73); }
H1.HeaderClassName
{
color: #CD0F49;
}
.AnyTagClassName
{
color: #CD0F49;
}
</style>
background-color css
<style>
a { background-color: #CD0F49; }
a { background-color: rgb(205,15,73); }
div.DivClassName
{
background-color: #CD0F49;
}
.BgClassName
{
background-color: #CD0F49;
}
</style>
border-color css
<style>
span { border-color: #CD0F49; }
span { border-color: rgb(205,15,73); }
td.TdClassName
{
border-color: #CD0F49;
}
.TagClassName
{
border-color: #CD0F49;
}
</style>