Shades of Crimson #C5023F
Tints of Crimson #C5023F
RGB
CMYK
RGB Variations
Color information
#C5023F (or 0xC5023F) is known color: Crimson. HEX triplet: C5, 02 and 3F. RGB value is (197,2,63). Sum of RGB (Red+Green+Blue) = 197+2+63=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5023F is #3AFDC0. Grayscale: #434343. Windows color (decimal): -3866049 or 4129477. OLE color: 4129477.
HSL color Cylindrical-coordinate representation of color #C5023F: hue angle of 341.23º 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 #C5023F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.23 |
| HSL | 341.23º | 0.98% | 0.39% | - |
| HSV(B) | 341.23º | 0.99% | 0.77% | - |
| XYZ | 23.94 | 12.27 | 5.81 | - |
| YUV | 67.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 63 | 0 | 0.99 | 0.68 | 0.23 | 341.23 | 0.98 | 0.39 |
| Hex | C5 | 2 | 3F | 0 | 63 | 44 | 17 | 155 | 62 | 27 |
| Octal | 305 | 2 | 77 | 0 | 143 | 104 | 27 | 525 | 142 | 47 |
| Binary | 11000101 | 10 | 111111 | 0 | 1100011 | 1000100 | 10111 | 101010101 | 1100010 | 100111 |
Color Harmonies of #C5023F
Complementary color
Monochromatic Colors of #C5023F
Black with #C5023F
Text Example
Text Example
White with #C5023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5023F; }
p { color: rgb(197,2,63); }
H1.HeaderClassName
{
color: #C5023F;
}
.AnyTagClassName
{
color: #C5023F;
}
</style>
background-color css
<style>
a { background-color: #C5023F; }
a { background-color: rgb(197,2,63); }
div.DivClassName
{
background-color: #C5023F;
}
.BgClassName
{
background-color: #C5023F;
}
</style>
border-color css
<style>
span { border-color: #C5023F; }
span { border-color: rgb(197,2,63); }
td.TdClassName
{
border-color: #C5023F;
}
.TagClassName
{
border-color: #C5023F;
}
</style>