Shades of Cardinal #C30837
Tints of Cardinal #C30837
RGB
CMYK
RGB Variations
Color information
#C30837 (or 0xC30837) is known color: Cardinal. HEX triplet: C3, 08 and 37. RGB value is (195,8,55). Sum of RGB (Red+Green+Blue) = 195+8+55=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C30837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30837 is #3CF7C8. Grayscale: #454545. Windows color (decimal): -3995593 or 3606723. OLE color: 3606723.
HSL color Cylindrical-coordinate representation of color #C30837: hue angle of 344.92º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30837 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.24 |
| HSL | 344.92º | 0.92% | 0.4% | - |
| HSV(B) | 344.92º | 0.96% | 0.76% | - |
| XYZ | 23.28 | 12.05 | 4.71 | - |
| YUV | 69.27 | 119.95 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 55 | 0 | 0.96 | 0.72 | 0.24 | 344.92 | 0.92 | 0.4 |
| Hex | C3 | 8 | 37 | 0 | 60 | 48 | 18 | 159 | 5C | 28 |
| Octal | 303 | 10 | 67 | 0 | 140 | 110 | 30 | 531 | 134 | 50 |
| Binary | 11000011 | 1000 | 110111 | 0 | 1100000 | 1001000 | 11000 | 101011001 | 1011100 | 101000 |
Color Harmonies of #C30837
Complementary color
Monochromatic Colors of #C30837
Black with #C30837
Text Example
Text Example
White with #C30837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30837; }
p { color: rgb(195,8,55); }
H1.HeaderClassName
{
color: #C30837;
}
.AnyTagClassName
{
color: #C30837;
}
</style>
background-color css
<style>
a { background-color: #C30837; }
a { background-color: rgb(195,8,55); }
div.DivClassName
{
background-color: #C30837;
}
.BgClassName
{
background-color: #C30837;
}
</style>
border-color css
<style>
span { border-color: #C30837; }
span { border-color: rgb(195,8,55); }
td.TdClassName
{
border-color: #C30837;
}
.TagClassName
{
border-color: #C30837;
}
</style>