Shades of Cardinal #C5093E
Tints of Cardinal #C5093E
RGB
CMYK
RGB Variations
Color information
#C5093E (or 0xC5093E) is known color: Cardinal. HEX triplet: C5, 09 and 3E. RGB value is (197,9,62). Sum of RGB (Red+Green+Blue) = 197+9+62=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C5093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5093E is #3AF6C1. Grayscale: #474747. Windows color (decimal): -3864258 or 4065733. OLE color: 4065733.
HSL color Cylindrical-coordinate representation of color #C5093E: hue angle of 343.09º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5093E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 62 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.23 |
| HSL | 343.09º | 0.91% | 0.4% | - |
| HSV(B) | 343.09º | 0.95% | 0.77% | - |
| XYZ | 23.99 | 12.41 | 5.69 | - |
| YUV | 71.25 | 122.78 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 62 | 0 | 0.95 | 0.69 | 0.23 | 343.09 | 0.91 | 0.4 |
| Hex | C5 | 9 | 3E | 0 | 5F | 45 | 17 | 157 | 5B | 28 |
| Octal | 305 | 11 | 76 | 0 | 137 | 105 | 27 | 527 | 133 | 50 |
| Binary | 11000101 | 1001 | 111110 | 0 | 1011111 | 1000101 | 10111 | 101010111 | 1011011 | 101000 |
Color Harmonies of #C5093E
Complementary color
Monochromatic Colors of #C5093E
Black with #C5093E
Text Example
Text Example
White with #C5093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5093E; }
p { color: rgb(197,9,62); }
H1.HeaderClassName
{
color: #C5093E;
}
.AnyTagClassName
{
color: #C5093E;
}
</style>
background-color css
<style>
a { background-color: #C5093E; }
a { background-color: rgb(197,9,62); }
div.DivClassName
{
background-color: #C5093E;
}
.BgClassName
{
background-color: #C5093E;
}
</style>
border-color css
<style>
span { border-color: #C5093E; }
span { border-color: rgb(197,9,62); }
td.TdClassName
{
border-color: #C5093E;
}
.TagClassName
{
border-color: #C5093E;
}
</style>