Shades of Cardinal #C02535
Tints of Cardinal #C02535
RGB
CMYK
RGB Variations
Color information
#C02535 (or 0xC02535) is known color: Cardinal. HEX triplet: C0, 25 and 35. RGB value is (192,37,53). Sum of RGB (Red+Green+Blue) = 192+37+53=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C02535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02535 is #3FDACA. Grayscale: #555555. Windows color (decimal): -4184779 or 3483072. OLE color: 3483072.
HSL color Cylindrical-coordinate representation of color #C02535: hue angle of 353.81º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02535 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 53 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.25 |
| HSL | 353.81º | 0.68% | 0.45% | - |
| HSV(B) | 353.81º | 0.81% | 0.75% | - |
| XYZ | 23.04 | 12.79 | 4.62 | - |
| YUV | 85.17 | 109.85 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 53 | 0 | 0.81 | 0.72 | 0.25 | 353.81 | 0.68 | 0.45 |
| Hex | C0 | 25 | 35 | 0 | 51 | 48 | 19 | 162 | 44 | 2D |
| Octal | 300 | 45 | 65 | 0 | 121 | 110 | 31 | 542 | 104 | 55 |
| Binary | 11000000 | 100101 | 110101 | 0 | 1010001 | 1001000 | 11001 | 101100010 | 1000100 | 101101 |
Color Harmonies of #C02535
Complementary color
Monochromatic Colors of #C02535
Black with #C02535
Text Example
Text Example
White with #C02535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02535; }
p { color: rgb(192,37,53); }
H1.HeaderClassName
{
color: #C02535;
}
.AnyTagClassName
{
color: #C02535;
}
</style>
background-color css
<style>
a { background-color: #C02535; }
a { background-color: rgb(192,37,53); }
div.DivClassName
{
background-color: #C02535;
}
.BgClassName
{
background-color: #C02535;
}
</style>
border-color css
<style>
span { border-color: #C02535; }
span { border-color: rgb(192,37,53); }
td.TdClassName
{
border-color: #C02535;
}
.TagClassName
{
border-color: #C02535;
}
</style>