Shades of Cardinal #C00542
Tints of Cardinal #C00542
RGB
CMYK
RGB Variations
Color information
#C00542 (or 0xC00542) is known color: Cardinal. HEX triplet: C0, 05 and 42. RGB value is (192,5,66). Sum of RGB (Red+Green+Blue) = 192+5+66=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C00542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00542 is #3FFABD. Grayscale: #434343. Windows color (decimal): -4192958 or 4326848. OLE color: 4326848.
HSL color Cylindrical-coordinate representation of color #C00542: hue angle of 340.43º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00542 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 66 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.25 |
| HSL | 340.43º | 0.95% | 0.39% | - |
| HSV(B) | 340.43º | 0.97% | 0.75% | - |
| XYZ | 22.78 | 11.71 | 6.21 | - |
| YUV | 67.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 66 | 0 | 0.97 | 0.66 | 0.25 | 340.43 | 0.95 | 0.39 |
| Hex | C0 | 5 | 42 | 0 | 61 | 42 | 19 | 154 | 5F | 27 |
| Octal | 300 | 5 | 102 | 0 | 141 | 102 | 31 | 524 | 137 | 47 |
| Binary | 11000000 | 101 | 1000010 | 0 | 1100001 | 1000010 | 11001 | 101010100 | 1011111 | 100111 |
Color Harmonies of #C00542
Complementary color
Monochromatic Colors of #C00542
Black with #C00542
Text Example
Text Example
White with #C00542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00542; }
p { color: rgb(192,5,66); }
H1.HeaderClassName
{
color: #C00542;
}
.AnyTagClassName
{
color: #C00542;
}
</style>
background-color css
<style>
a { background-color: #C00542; }
a { background-color: rgb(192,5,66); }
div.DivClassName
{
background-color: #C00542;
}
.BgClassName
{
background-color: #C00542;
}
</style>
border-color css
<style>
span { border-color: #C00542; }
span { border-color: rgb(192,5,66); }
td.TdClassName
{
border-color: #C00542;
}
.TagClassName
{
border-color: #C00542;
}
</style>