Shades of Crimson #C5013C
Tints of Crimson #C5013C
RGB
CMYK
RGB Variations
Color information
#C5013C (or 0xC5013C) is known color: Crimson. HEX triplet: C5, 01 and 3C. RGB value is (197,1,60). Sum of RGB (Red+Green+Blue) = 197+1+60=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5013C is #3AFEC3. Grayscale: #424242. Windows color (decimal): -3866308 or 3932613. OLE color: 3932613.
HSL color Cylindrical-coordinate representation of color #C5013C: hue angle of 341.94º 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 #C5013C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.23 |
| HSL | 341.94º | 0.99% | 0.39% | - |
| HSV(B) | 341.94º | 0.99% | 0.77% | - |
| XYZ | 23.85 | 12.22 | 5.38 | - |
| YUV | 66.33 | 124.43 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 60 | 0 | 0.99 | 0.70 | 0.23 | 341.94 | 0.99 | 0.39 |
| Hex | C5 | 1 | 3C | 0 | 63 | 46 | 17 | 156 | 63 | 27 |
| Octal | 305 | 1 | 74 | 0 | 143 | 106 | 27 | 526 | 143 | 47 |
| Binary | 11000101 | 1 | 111100 | 0 | 1100011 | 1000110 | 10111 | 101010110 | 1100011 | 100111 |
Color Harmonies of #C5013C
Complementary color
Monochromatic Colors of #C5013C
Black with #C5013C
Text Example
Text Example
White with #C5013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5013C; }
p { color: rgb(197,1,60); }
H1.HeaderClassName
{
color: #C5013C;
}
.AnyTagClassName
{
color: #C5013C;
}
</style>
background-color css
<style>
a { background-color: #C5013C; }
a { background-color: rgb(197,1,60); }
div.DivClassName
{
background-color: #C5013C;
}
.BgClassName
{
background-color: #C5013C;
}
</style>
border-color css
<style>
span { border-color: #C5013C; }
span { border-color: rgb(197,1,60); }
td.TdClassName
{
border-color: #C5013C;
}
.TagClassName
{
border-color: #C5013C;
}
</style>