Shades of Crimson #CD053E
Tints of Crimson #CD053E
RGB
CMYK
RGB Variations
Color information
#CD053E (or 0xCD053E) is known color: Crimson. HEX triplet: CD, 05 and 3E. RGB value is (205,5,62). Sum of RGB (Red+Green+Blue) = 205+5+62=272 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.37% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 205 - color contains mainly: red. Hex color #CD053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD053E is #32FAC1. Grayscale: #474747. Windows color (decimal): -3340994 or 4064717. OLE color: 4064717.
HSL color Cylindrical-coordinate representation of color #CD053E: hue angle of 342.9º 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 #CD053E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.20 |
| HSL | 342.9º | 0.95% | 0.41% | - |
| HSV(B) | 342.9º | 0.98% | 0.8% | - |
| XYZ | 26.1 | 13.44 | 5.78 | - |
| YUV | 71.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 62 | 0 | 0.98 | 0.70 | 0.20 | 342.9 | 0.95 | 0.41 |
| Hex | CD | 5 | 3E | 0 | 62 | 46 | 14 | 157 | 5F | 29 |
| Octal | 315 | 5 | 76 | 0 | 142 | 106 | 24 | 527 | 137 | 51 |
| Binary | 11001101 | 101 | 111110 | 0 | 1100010 | 1000110 | 10100 | 101010111 | 1011111 | 101001 |
Color Harmonies of #CD053E
Complementary color
Monochromatic Colors of #CD053E
Black with #CD053E
Text Example
Text Example
White with #CD053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD053E; }
p { color: rgb(205,5,62); }
H1.HeaderClassName
{
color: #CD053E;
}
.AnyTagClassName
{
color: #CD053E;
}
</style>
background-color css
<style>
a { background-color: #CD053E; }
a { background-color: rgb(205,5,62); }
div.DivClassName
{
background-color: #CD053E;
}
.BgClassName
{
background-color: #CD053E;
}
</style>
border-color css
<style>
span { border-color: #CD053E; }
span { border-color: rgb(205,5,62); }
td.TdClassName
{
border-color: #CD053E;
}
.TagClassName
{
border-color: #CD053E;
}
</style>