Shades of Cardinal #C02935
Tints of Cardinal #C02935
RGB
CMYK
RGB Variations
Color information
#C02935 (or 0xC02935) is known color: Cardinal. HEX triplet: C0, 29 and 35. RGB value is (192,41,53). Sum of RGB (Red+Green+Blue) = 192+41+53=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C02935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02935 is #3FD6CA. Grayscale: #575757. Windows color (decimal): -4183755 or 3484096. OLE color: 3484096.
HSL color Cylindrical-coordinate representation of color #C02935: hue angle of 355.23º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02935 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 53 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.25 |
| HSL | 355.23º | 0.65% | 0.46% | - |
| HSV(B) | 355.23º | 0.79% | 0.75% | - |
| XYZ | 23.17 | 13.05 | 4.67 | - |
| YUV | 87.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 53 | 0 | 0.79 | 0.72 | 0.25 | 355.23 | 0.65 | 0.46 |
| Hex | C0 | 29 | 35 | 0 | 4F | 48 | 19 | 163 | 41 | 2E |
| Octal | 300 | 51 | 65 | 0 | 117 | 110 | 31 | 543 | 101 | 56 |
| Binary | 11000000 | 101001 | 110101 | 0 | 1001111 | 1001000 | 11001 | 101100011 | 1000001 | 101110 |
Color Harmonies of #C02935
Complementary color
Monochromatic Colors of #C02935
Black with #C02935
Text Example
Text Example
White with #C02935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02935; }
p { color: rgb(192,41,53); }
H1.HeaderClassName
{
color: #C02935;
}
.AnyTagClassName
{
color: #C02935;
}
</style>
background-color css
<style>
a { background-color: #C02935; }
a { background-color: rgb(192,41,53); }
div.DivClassName
{
background-color: #C02935;
}
.BgClassName
{
background-color: #C02935;
}
</style>
border-color css
<style>
span { border-color: #C02935; }
span { border-color: rgb(192,41,53); }
td.TdClassName
{
border-color: #C02935;
}
.TagClassName
{
border-color: #C02935;
}
</style>