Shades of Crimson #C50245
Tints of Crimson #C50245
RGB
CMYK
RGB Variations
Color information
#C50245 (or 0xC50245) is known color: Crimson. HEX triplet: C5, 02 and 45. RGB value is (197,2,69). Sum of RGB (Red+Green+Blue) = 197+2+69=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C50245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50245 is #3AFDBA. Grayscale: #434343. Windows color (decimal): -3866043 or 4522693. OLE color: 4522693.
HSL color Cylindrical-coordinate representation of color #C50245: hue angle of 339.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50245 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 69 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.23 |
| HSL | 339.38º | 0.98% | 0.39% | - |
| HSV(B) | 339.38º | 0.99% | 0.77% | - |
| XYZ | 24.12 | 12.34 | 6.74 | - |
| YUV | 67.94 | 128.6 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 69 | 0 | 0.99 | 0.65 | 0.23 | 339.38 | 0.98 | 0.39 |
| Hex | C5 | 2 | 45 | 0 | 63 | 41 | 17 | 153 | 62 | 27 |
| Octal | 305 | 2 | 105 | 0 | 143 | 101 | 27 | 523 | 142 | 47 |
| Binary | 11000101 | 10 | 1000101 | 0 | 1100011 | 1000001 | 10111 | 101010011 | 1100010 | 100111 |
Color Harmonies of #C50245
Complementary color
Monochromatic Colors of #C50245
Black with #C50245
Text Example
Text Example
White with #C50245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50245; }
p { color: rgb(197,2,69); }
H1.HeaderClassName
{
color: #C50245;
}
.AnyTagClassName
{
color: #C50245;
}
</style>
background-color css
<style>
a { background-color: #C50245; }
a { background-color: rgb(197,2,69); }
div.DivClassName
{
background-color: #C50245;
}
.BgClassName
{
background-color: #C50245;
}
</style>
border-color css
<style>
span { border-color: #C50245; }
span { border-color: rgb(197,2,69); }
td.TdClassName
{
border-color: #C50245;
}
.TagClassName
{
border-color: #C50245;
}
</style>