Shades of Cardinal #C00533
Tints of Cardinal #C00533
RGB
CMYK
RGB Variations
Color information
#C00533 (or 0xC00533) is known color: Cardinal. HEX triplet: C0, 05 and 33. RGB value is (192,5,51). Sum of RGB (Red+Green+Blue) = 192+5+51=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C00533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00533 is #3FFACC. Grayscale: #424242. Windows color (decimal): -4192973 or 3343808. OLE color: 3343808.
HSL color Cylindrical-coordinate representation of color #C00533: hue angle of 345.24º 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 #C00533 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 51 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.25 |
| HSL | 345.24º | 0.95% | 0.39% | - |
| HSV(B) | 345.24º | 0.97% | 0.75% | - |
| XYZ | 22.39 | 11.55 | 4.18 | - |
| YUV | 66.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 51 | 0 | 0.97 | 0.73 | 0.25 | 345.24 | 0.95 | 0.39 |
| Hex | C0 | 5 | 33 | 0 | 61 | 49 | 19 | 159 | 5F | 27 |
| Octal | 300 | 5 | 63 | 0 | 141 | 111 | 31 | 531 | 137 | 47 |
| Binary | 11000000 | 101 | 110011 | 0 | 1100001 | 1001001 | 11001 | 101011001 | 1011111 | 100111 |
Color Harmonies of #C00533
Complementary color
Monochromatic Colors of #C00533
Black with #C00533
Text Example
Text Example
White with #C00533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00533; }
p { color: rgb(192,5,51); }
H1.HeaderClassName
{
color: #C00533;
}
.AnyTagClassName
{
color: #C00533;
}
</style>
background-color css
<style>
a { background-color: #C00533; }
a { background-color: rgb(192,5,51); }
div.DivClassName
{
background-color: #C00533;
}
.BgClassName
{
background-color: #C00533;
}
</style>
border-color css
<style>
span { border-color: #C00533; }
span { border-color: rgb(192,5,51); }
td.TdClassName
{
border-color: #C00533;
}
.TagClassName
{
border-color: #C00533;
}
</style>