Shades of Cardinal #C02336
Tints of Cardinal #C02336
RGB
CMYK
RGB Variations
Color information
#C02336 (or 0xC02336) is known color: Cardinal. HEX triplet: C0, 23 and 36. RGB value is (192,35,54). Sum of RGB (Red+Green+Blue) = 192+35+54=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02336 is #3FDCC9. Grayscale: #545454. Windows color (decimal): -4185290 or 3548096. OLE color: 3548096.
HSL color Cylindrical-coordinate representation of color #C02336: hue angle of 352.74º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02336 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 54 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.25 |
| HSL | 352.74º | 0.69% | 0.45% | - |
| HSV(B) | 352.74º | 0.82% | 0.75% | - |
| XYZ | 23.01 | 12.67 | 4.72 | - |
| YUV | 84.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 54 | 0 | 0.82 | 0.72 | 0.25 | 352.74 | 0.69 | 0.45 |
| Hex | C0 | 23 | 36 | 0 | 52 | 48 | 19 | 161 | 45 | 2D |
| Octal | 300 | 43 | 66 | 0 | 122 | 110 | 31 | 541 | 105 | 55 |
| Binary | 11000000 | 100011 | 110110 | 0 | 1010010 | 1001000 | 11001 | 101100001 | 1000101 | 101101 |
Color Harmonies of #C02336
Complementary color
Monochromatic Colors of #C02336
Black with #C02336
Text Example
Text Example
White with #C02336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02336; }
p { color: rgb(192,35,54); }
H1.HeaderClassName
{
color: #C02336;
}
.AnyTagClassName
{
color: #C02336;
}
</style>
background-color css
<style>
a { background-color: #C02336; }
a { background-color: rgb(192,35,54); }
div.DivClassName
{
background-color: #C02336;
}
.BgClassName
{
background-color: #C02336;
}
</style>
border-color css
<style>
span { border-color: #C02336; }
span { border-color: rgb(192,35,54); }
td.TdClassName
{
border-color: #C02336;
}
.TagClassName
{
border-color: #C02336;
}
</style>