Shades of Crimson #C5013F
Tints of Crimson #C5013F
RGB
CMYK
RGB Variations
Color information
#C5013F (or 0xC5013F) is known color: Crimson. HEX triplet: C5, 01 and 3F. RGB value is (197,1,63). Sum of RGB (Red+Green+Blue) = 197+1+63=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5013F is #3AFEC0. Grayscale: #424242. Windows color (decimal): -3866305 or 4129221. OLE color: 4129221.
HSL color Cylindrical-coordinate representation of color #C5013F: hue angle of 341.02º degrees, saturation: 0.99, 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 #C5013F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.23 |
| HSL | 341.02º | 0.99% | 0.39% | - |
| HSV(B) | 341.02º | 0.99% | 0.77% | - |
| XYZ | 23.93 | 12.25 | 5.81 | - |
| YUV | 66.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 63 | 0 | 0.99 | 0.68 | 0.23 | 341.02 | 0.99 | 0.39 |
| Hex | C5 | 1 | 3F | 0 | 63 | 44 | 17 | 155 | 63 | 27 |
| Octal | 305 | 1 | 77 | 0 | 143 | 104 | 27 | 525 | 143 | 47 |
| Binary | 11000101 | 1 | 111111 | 0 | 1100011 | 1000100 | 10111 | 101010101 | 1100011 | 100111 |
Color Harmonies of #C5013F
Complementary color
Monochromatic Colors of #C5013F
Black with #C5013F
Text Example
Text Example
White with #C5013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5013F; }
p { color: rgb(197,1,63); }
H1.HeaderClassName
{
color: #C5013F;
}
.AnyTagClassName
{
color: #C5013F;
}
</style>
background-color css
<style>
a { background-color: #C5013F; }
a { background-color: rgb(197,1,63); }
div.DivClassName
{
background-color: #C5013F;
}
.BgClassName
{
background-color: #C5013F;
}
</style>
border-color css
<style>
span { border-color: #C5013F; }
span { border-color: rgb(197,1,63); }
td.TdClassName
{
border-color: #C5013F;
}
.TagClassName
{
border-color: #C5013F;
}
</style>