Shades of Cardinal #C5094B
Tints of Cardinal #C5094B
RGB
CMYK
RGB Variations
Color information
#C5094B (or 0xC5094B) is known color: Cardinal. HEX triplet: C5, 09 and 4B. RGB value is (197,9,75). Sum of RGB (Red+Green+Blue) = 197+9+75=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5094B is #3AF6B4. Grayscale: #484848. Windows color (decimal): -3864245 or 4917701. OLE color: 4917701.
HSL color Cylindrical-coordinate representation of color #C5094B: hue angle of 338.94º 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 #C5094B is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 75 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.23 |
| HSL | 338.94º | 0.91% | 0.4% | - |
| HSV(B) | 338.94º | 0.95% | 0.77% | - |
| XYZ | 24.39 | 12.57 | 7.8 | - |
| YUV | 72.74 | 129.28 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 75 | 0 | 0.95 | 0.62 | 0.23 | 338.94 | 0.91 | 0.4 |
| Hex | C5 | 9 | 4B | 0 | 5F | 3E | 17 | 153 | 5B | 28 |
| Octal | 305 | 11 | 113 | 0 | 137 | 76 | 27 | 523 | 133 | 50 |
| Binary | 11000101 | 1001 | 1001011 | 0 | 1011111 | 111110 | 10111 | 101010011 | 1011011 | 101000 |
Color Harmonies of #C5094B
Complementary color
Monochromatic Colors of #C5094B
Black with #C5094B
Text Example
Text Example
White with #C5094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5094B; }
p { color: rgb(197,9,75); }
H1.HeaderClassName
{
color: #C5094B;
}
.AnyTagClassName
{
color: #C5094B;
}
</style>
background-color css
<style>
a { background-color: #C5094B; }
a { background-color: rgb(197,9,75); }
div.DivClassName
{
background-color: #C5094B;
}
.BgClassName
{
background-color: #C5094B;
}
</style>
border-color css
<style>
span { border-color: #C5094B; }
span { border-color: rgb(197,9,75); }
td.TdClassName
{
border-color: #C5094B;
}
.TagClassName
{
border-color: #C5094B;
}
</style>