Shades of Crimson #CD0543
Tints of Crimson #CD0543
RGB
CMYK
RGB Variations
Color information
#CD0543 (or 0xCD0543) is known color: Crimson. HEX triplet: CD, 05 and 43. RGB value is (205,5,67). Sum of RGB (Red+Green+Blue) = 205+5+67=277 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.01% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0543 is #32FABC. Grayscale: #474747. Windows color (decimal): -3340989 or 4392397. OLE color: 4392397.
HSL color Cylindrical-coordinate representation of color #CD0543: hue angle of 341.4º 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 #CD0543 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 67 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.20 |
| HSL | 341.4º | 0.95% | 0.41% | - |
| HSV(B) | 341.4º | 0.98% | 0.8% | - |
| XYZ | 26.24 | 13.49 | 6.53 | - |
| YUV | 71.87 | 125.26 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 67 | 0 | 0.98 | 0.67 | 0.20 | 341.4 | 0.95 | 0.41 |
| Hex | CD | 5 | 43 | 0 | 62 | 43 | 14 | 155 | 5F | 29 |
| Octal | 315 | 5 | 103 | 0 | 142 | 103 | 24 | 525 | 137 | 51 |
| Binary | 11001101 | 101 | 1000011 | 0 | 1100010 | 1000011 | 10100 | 101010101 | 1011111 | 101001 |
Color Harmonies of #CD0543
Complementary color
Monochromatic Colors of #CD0543
Black with #CD0543
Text Example
Text Example
White with #CD0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0543; }
p { color: rgb(205,5,67); }
H1.HeaderClassName
{
color: #CD0543;
}
.AnyTagClassName
{
color: #CD0543;
}
</style>
background-color css
<style>
a { background-color: #CD0543; }
a { background-color: rgb(205,5,67); }
div.DivClassName
{
background-color: #CD0543;
}
.BgClassName
{
background-color: #CD0543;
}
</style>
border-color css
<style>
span { border-color: #CD0543; }
span { border-color: rgb(205,5,67); }
td.TdClassName
{
border-color: #CD0543;
}
.TagClassName
{
border-color: #CD0543;
}
</style>