Shades of Crimson #CD053C
Tints of Crimson #CD053C
RGB
CMYK
RGB Variations
Color information
#CD053C (or 0xCD053C) is known color: Crimson. HEX triplet: CD, 05 and 3C. RGB value is (205,5,60). Sum of RGB (Red+Green+Blue) = 205+5+60=270 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.93% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 205 - color contains mainly: red. Hex color #CD053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD053C is #32FAC3. Grayscale: #474747. Windows color (decimal): -3340996 or 3933645. OLE color: 3933645.
HSL color Cylindrical-coordinate representation of color #CD053C: hue angle of 343.5º 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 #CD053C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.20 |
| HSL | 343.5º | 0.95% | 0.41% | - |
| HSV(B) | 343.5º | 0.98% | 0.8% | - |
| XYZ | 26.05 | 13.41 | 5.49 | - |
| YUV | 71.07 | 121.76 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 60 | 0 | 0.98 | 0.71 | 0.20 | 343.5 | 0.95 | 0.41 |
| Hex | CD | 5 | 3C | 0 | 62 | 47 | 14 | 158 | 5F | 29 |
| Octal | 315 | 5 | 74 | 0 | 142 | 107 | 24 | 530 | 137 | 51 |
| Binary | 11001101 | 101 | 111100 | 0 | 1100010 | 1000111 | 10100 | 101011000 | 1011111 | 101001 |
Color Harmonies of #CD053C
Complementary color
Monochromatic Colors of #CD053C
Black with #CD053C
Text Example
Text Example
White with #CD053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD053C; }
p { color: rgb(205,5,60); }
H1.HeaderClassName
{
color: #CD053C;
}
.AnyTagClassName
{
color: #CD053C;
}
</style>
background-color css
<style>
a { background-color: #CD053C; }
a { background-color: rgb(205,5,60); }
div.DivClassName
{
background-color: #CD053C;
}
.BgClassName
{
background-color: #CD053C;
}
</style>
border-color css
<style>
span { border-color: #CD053C; }
span { border-color: rgb(205,5,60); }
td.TdClassName
{
border-color: #CD053C;
}
.TagClassName
{
border-color: #CD053C;
}
</style>