Shades of Cardinal #C02735
Tints of Cardinal #C02735
RGB
CMYK
RGB Variations
Color information
#C02735 (or 0xC02735) is known color: Cardinal. HEX triplet: C0, 27 and 35. RGB value is (192,39,53). Sum of RGB (Red+Green+Blue) = 192+39+53=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C02735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02735 is #3FD8CA. Grayscale: #565656. Windows color (decimal): -4184267 or 3483584. OLE color: 3483584.
HSL color Cylindrical-coordinate representation of color #C02735: hue angle of 354.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02735 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 53 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.25 |
| HSL | 354.51º | 0.66% | 0.45% | - |
| HSV(B) | 354.51º | 0.8% | 0.75% | - |
| XYZ | 23.11 | 12.91 | 4.64 | - |
| YUV | 86.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 53 | 0 | 0.80 | 0.72 | 0.25 | 354.51 | 0.66 | 0.45 |
| Hex | C0 | 27 | 35 | 0 | 50 | 48 | 19 | 163 | 42 | 2D |
| Octal | 300 | 47 | 65 | 0 | 120 | 110 | 31 | 543 | 102 | 55 |
| Binary | 11000000 | 100111 | 110101 | 0 | 1010000 | 1001000 | 11001 | 101100011 | 1000010 | 101101 |
Color Harmonies of #C02735
Complementary color
Monochromatic Colors of #C02735
Black with #C02735
Text Example
Text Example
White with #C02735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02735; }
p { color: rgb(192,39,53); }
H1.HeaderClassName
{
color: #C02735;
}
.AnyTagClassName
{
color: #C02735;
}
</style>
background-color css
<style>
a { background-color: #C02735; }
a { background-color: rgb(192,39,53); }
div.DivClassName
{
background-color: #C02735;
}
.BgClassName
{
background-color: #C02735;
}
</style>
border-color css
<style>
span { border-color: #C02735; }
span { border-color: rgb(192,39,53); }
td.TdClassName
{
border-color: #C02735;
}
.TagClassName
{
border-color: #C02735;
}
</style>