Shades of Crimson #C50343
Tints of Crimson #C50343
RGB
CMYK
RGB Variations
Color information
#C50343 (or 0xC50343) is known color: Crimson. HEX triplet: C5, 03 and 43. RGB value is (197,3,67). Sum of RGB (Red+Green+Blue) = 197+3+67=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C50343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50343 is #3AFCBC. Grayscale: #444444. Windows color (decimal): -3865789 or 4391877. OLE color: 4391877.
HSL color Cylindrical-coordinate representation of color #C50343: hue angle of 340.21º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50343 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.23 |
| HSL | 340.21º | 0.97% | 0.39% | - |
| HSV(B) | 340.21º | 0.98% | 0.77% | - |
| XYZ | 24.07 | 12.34 | 6.42 | - |
| YUV | 68.3 | 127.27 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 67 | 0 | 0.98 | 0.66 | 0.23 | 340.21 | 0.97 | 0.39 |
| Hex | C5 | 3 | 43 | 0 | 62 | 42 | 17 | 154 | 61 | 27 |
| Octal | 305 | 3 | 103 | 0 | 142 | 102 | 27 | 524 | 141 | 47 |
| Binary | 11000101 | 11 | 1000011 | 0 | 1100010 | 1000010 | 10111 | 101010100 | 1100001 | 100111 |
Color Harmonies of #C50343
Complementary color
Monochromatic Colors of #C50343
Black with #C50343
Text Example
Text Example
White with #C50343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50343; }
p { color: rgb(197,3,67); }
H1.HeaderClassName
{
color: #C50343;
}
.AnyTagClassName
{
color: #C50343;
}
</style>
background-color css
<style>
a { background-color: #C50343; }
a { background-color: rgb(197,3,67); }
div.DivClassName
{
background-color: #C50343;
}
.BgClassName
{
background-color: #C50343;
}
</style>
border-color css
<style>
span { border-color: #C50343; }
span { border-color: rgb(197,3,67); }
td.TdClassName
{
border-color: #C50343;
}
.TagClassName
{
border-color: #C50343;
}
</style>