Shades of Crimson #CD0541
Tints of Crimson #CD0541
RGB
CMYK
RGB Variations
Color information
#CD0541 (or 0xCD0541) is known color: Crimson. HEX triplet: CD, 05 and 41. RGB value is (205,5,65). Sum of RGB (Red+Green+Blue) = 205+5+65=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0541 is #32FABE. Grayscale: #474747. Windows color (decimal): -3340991 or 4261325. OLE color: 4261325.
HSL color Cylindrical-coordinate representation of color #CD0541: hue angle of 342º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0541 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 65 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.20 |
| HSL | 342º | 0.95% | 0.41% | - |
| HSV(B) | 342º | 0.98% | 0.8% | - |
| XYZ | 26.19 | 13.47 | 6.22 | - |
| YUV | 71.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 65 | 0 | 0.98 | 0.68 | 0.20 | 342 | 0.95 | 0.41 |
| Hex | CD | 5 | 41 | 0 | 62 | 44 | 14 | 156 | 5F | 29 |
| Octal | 315 | 5 | 101 | 0 | 142 | 104 | 24 | 526 | 137 | 51 |
| Binary | 11001101 | 101 | 1000001 | 0 | 1100010 | 1000100 | 10100 | 101010110 | 1011111 | 101001 |
Color Harmonies of #CD0541
Complementary color
Monochromatic Colors of #CD0541
Black with #CD0541
Text Example
Text Example
White with #CD0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0541; }
p { color: rgb(205,5,65); }
H1.HeaderClassName
{
color: #CD0541;
}
.AnyTagClassName
{
color: #CD0541;
}
</style>
background-color css
<style>
a { background-color: #CD0541; }
a { background-color: rgb(205,5,65); }
div.DivClassName
{
background-color: #CD0541;
}
.BgClassName
{
background-color: #CD0541;
}
</style>
border-color css
<style>
span { border-color: #CD0541; }
span { border-color: rgb(205,5,65); }
td.TdClassName
{
border-color: #CD0541;
}
.TagClassName
{
border-color: #CD0541;
}
</style>