Shades of Cardinal #C02733
Tints of Cardinal #C02733
RGB
CMYK
RGB Variations
Color information
#C02733 (or 0xC02733) is known color: Cardinal. HEX triplet: C0, 27 and 33. RGB value is (192,39,51). Sum of RGB (Red+Green+Blue) = 192+39+51=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C02733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02733 is #3FD8CC. Grayscale: #565656. Windows color (decimal): -4184269 or 3352512. OLE color: 3352512.
HSL color Cylindrical-coordinate representation of color #C02733: hue angle of 355.29º 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 #C02733 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 51 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.25 |
| HSL | 355.29º | 0.66% | 0.45% | - |
| HSV(B) | 355.29º | 0.8% | 0.75% | - |
| XYZ | 23.06 | 12.9 | 4.41 | - |
| YUV | 86.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 51 | 0 | 0.80 | 0.73 | 0.25 | 355.29 | 0.66 | 0.45 |
| Hex | C0 | 27 | 33 | 0 | 50 | 49 | 19 | 163 | 42 | 2D |
| Octal | 300 | 47 | 63 | 0 | 120 | 111 | 31 | 543 | 102 | 55 |
| Binary | 11000000 | 100111 | 110011 | 0 | 1010000 | 1001001 | 11001 | 101100011 | 1000010 | 101101 |
Color Harmonies of #C02733
Complementary color
Monochromatic Colors of #C02733
Black with #C02733
Text Example
Text Example
White with #C02733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02733; }
p { color: rgb(192,39,51); }
H1.HeaderClassName
{
color: #C02733;
}
.AnyTagClassName
{
color: #C02733;
}
</style>
background-color css
<style>
a { background-color: #C02733; }
a { background-color: rgb(192,39,51); }
div.DivClassName
{
background-color: #C02733;
}
.BgClassName
{
background-color: #C02733;
}
</style>
border-color css
<style>
span { border-color: #C02733; }
span { border-color: rgb(192,39,51); }
td.TdClassName
{
border-color: #C02733;
}
.TagClassName
{
border-color: #C02733;
}
</style>