Shades of Cardinal #C5033B
Tints of Cardinal #C5033B
RGB
CMYK
RGB Variations
Color information
#C5033B (or 0xC5033B) is known color: Cardinal. HEX triplet: C5, 03 and 3B. RGB value is (197,3,59). Sum of RGB (Red+Green+Blue) = 197+3+59=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5033B is #3AFCC4. Grayscale: #434343. Windows color (decimal): -3865797 or 3867589. OLE color: 3867589.
HSL color Cylindrical-coordinate representation of color #C5033B: hue angle of 342.68º 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 #C5033B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.23 |
| HSL | 342.68º | 0.97% | 0.39% | - |
| HSV(B) | 342.68º | 0.98% | 0.77% | - |
| XYZ | 23.85 | 12.25 | 5.25 | - |
| YUV | 67.39 | 123.27 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 59 | 0 | 0.98 | 0.70 | 0.23 | 342.68 | 0.97 | 0.39 |
| Hex | C5 | 3 | 3B | 0 | 62 | 46 | 17 | 157 | 61 | 27 |
| Octal | 305 | 3 | 73 | 0 | 142 | 106 | 27 | 527 | 141 | 47 |
| Binary | 11000101 | 11 | 111011 | 0 | 1100010 | 1000110 | 10111 | 101010111 | 1100001 | 100111 |
Color Harmonies of #C5033B
Complementary color
Monochromatic Colors of #C5033B
Black with #C5033B
Text Example
Text Example
White with #C5033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5033B; }
p { color: rgb(197,3,59); }
H1.HeaderClassName
{
color: #C5033B;
}
.AnyTagClassName
{
color: #C5033B;
}
</style>
background-color css
<style>
a { background-color: #C5033B; }
a { background-color: rgb(197,3,59); }
div.DivClassName
{
background-color: #C5033B;
}
.BgClassName
{
background-color: #C5033B;
}
</style>
border-color css
<style>
span { border-color: #C5033B; }
span { border-color: rgb(197,3,59); }
td.TdClassName
{
border-color: #C5033B;
}
.TagClassName
{
border-color: #C5033B;
}
</style>