Shades of Crimson #CD0A47
Tints of Crimson #CD0A47
RGB
CMYK
RGB Variations
Color information
#CD0A47 (or 0xCD0A47) is known color: Crimson. HEX triplet: CD, 0A and 47. RGB value is (205,10,71). Sum of RGB (Red+Green+Blue) = 205+10+71=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0A47 is #32F5B8. Grayscale: #4B4B4B. Windows color (decimal): -3339705 or 4655821. OLE color: 4655821.
HSL color Cylindrical-coordinate representation of color #CD0A47: hue angle of 341.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0A47 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 71 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.20 |
| HSL | 341.23º | 0.91% | 0.42% | - |
| HSV(B) | 341.23º | 0.95% | 0.8% | - |
| XYZ | 26.42 | 13.65 | 7.2 | - |
| YUV | 75.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 71 | 0 | 0.95 | 0.65 | 0.20 | 341.23 | 0.91 | 0.42 |
| Hex | CD | A | 47 | 0 | 5F | 41 | 14 | 155 | 5B | 2A |
| Octal | 315 | 12 | 107 | 0 | 137 | 101 | 24 | 525 | 133 | 52 |
| Binary | 11001101 | 1010 | 1000111 | 0 | 1011111 | 1000001 | 10100 | 101010101 | 1011011 | 101010 |
Color Harmonies of #CD0A47
Complementary color
Monochromatic Colors of #CD0A47
Black with #CD0A47
Text Example
Text Example
White with #CD0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A47; }
p { color: rgb(205,10,71); }
H1.HeaderClassName
{
color: #CD0A47;
}
.AnyTagClassName
{
color: #CD0A47;
}
</style>
background-color css
<style>
a { background-color: #CD0A47; }
a { background-color: rgb(205,10,71); }
div.DivClassName
{
background-color: #CD0A47;
}
.BgClassName
{
background-color: #CD0A47;
}
</style>
border-color css
<style>
span { border-color: #CD0A47; }
span { border-color: rgb(205,10,71); }
td.TdClassName
{
border-color: #CD0A47;
}
.TagClassName
{
border-color: #CD0A47;
}
</style>