Shades of Crimson #CD053A
Tints of Crimson #CD053A
RGB
CMYK
RGB Variations
Color information
#CD053A (or 0xCD053A) is known color: Crimson. HEX triplet: CD, 05 and 3A. RGB value is (205,5,58). Sum of RGB (Red+Green+Blue) = 205+5+58=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD053A is #32FAC5. Grayscale: #464646. Windows color (decimal): -3340998 or 3802573. OLE color: 3802573.
HSL color Cylindrical-coordinate representation of color #CD053A: hue angle of 344.1º 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 #CD053A is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 58 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.20 |
| HSL | 344.1º | 0.95% | 0.41% | - |
| HSV(B) | 344.1º | 0.98% | 0.8% | - |
| XYZ | 25.99 | 13.39 | 5.22 | - |
| YUV | 70.84 | 120.76 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 58 | 0 | 0.98 | 0.72 | 0.20 | 344.1 | 0.95 | 0.41 |
| Hex | CD | 5 | 3A | 0 | 62 | 48 | 14 | 158 | 5F | 29 |
| Octal | 315 | 5 | 72 | 0 | 142 | 110 | 24 | 530 | 137 | 51 |
| Binary | 11001101 | 101 | 111010 | 0 | 1100010 | 1001000 | 10100 | 101011000 | 1011111 | 101001 |
Color Harmonies of #CD053A
Complementary color
Monochromatic Colors of #CD053A
Black with #CD053A
Text Example
Text Example
White with #CD053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD053A; }
p { color: rgb(205,5,58); }
H1.HeaderClassName
{
color: #CD053A;
}
.AnyTagClassName
{
color: #CD053A;
}
</style>
background-color css
<style>
a { background-color: #CD053A; }
a { background-color: rgb(205,5,58); }
div.DivClassName
{
background-color: #CD053A;
}
.BgClassName
{
background-color: #CD053A;
}
</style>
border-color css
<style>
span { border-color: #CD053A; }
span { border-color: rgb(205,5,58); }
td.TdClassName
{
border-color: #CD053A;
}
.TagClassName
{
border-color: #CD053A;
}
</style>