Shades of Cardinal #C02437
Tints of Cardinal #C02437
RGB
CMYK
RGB Variations
Color information
#C02437 (or 0xC02437) is known color: Cardinal. HEX triplet: C0, 24 and 37. RGB value is (192,36,55). Sum of RGB (Red+Green+Blue) = 192+36+55=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C02437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02437 is #3FDBC8. Grayscale: #545454. Windows color (decimal): -4185033 or 3613888. OLE color: 3613888.
HSL color Cylindrical-coordinate representation of color #C02437: hue angle of 352.69º 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 #C02437 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 55 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.25 |
| HSL | 352.69º | 0.68% | 0.45% | - |
| HSV(B) | 352.69º | 0.81% | 0.75% | - |
| XYZ | 23.06 | 12.74 | 4.86 | - |
| YUV | 84.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 55 | 0 | 0.81 | 0.71 | 0.25 | 352.69 | 0.68 | 0.45 |
| Hex | C0 | 24 | 37 | 0 | 51 | 47 | 19 | 161 | 44 | 2D |
| Octal | 300 | 44 | 67 | 0 | 121 | 107 | 31 | 541 | 104 | 55 |
| Binary | 11000000 | 100100 | 110111 | 0 | 1010001 | 1000111 | 11001 | 101100001 | 1000100 | 101101 |
Color Harmonies of #C02437
Complementary color
Monochromatic Colors of #C02437
Black with #C02437
Text Example
Text Example
White with #C02437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02437; }
p { color: rgb(192,36,55); }
H1.HeaderClassName
{
color: #C02437;
}
.AnyTagClassName
{
color: #C02437;
}
</style>
background-color css
<style>
a { background-color: #C02437; }
a { background-color: rgb(192,36,55); }
div.DivClassName
{
background-color: #C02437;
}
.BgClassName
{
background-color: #C02437;
}
</style>
border-color css
<style>
span { border-color: #C02437; }
span { border-color: rgb(192,36,55); }
td.TdClassName
{
border-color: #C02437;
}
.TagClassName
{
border-color: #C02437;
}
</style>