Shades of Cardinal #C30531
Tints of Cardinal #C30531
RGB
CMYK
RGB Variations
Color information
#C30531 (or 0xC30531) is known color: Cardinal. HEX triplet: C3, 05 and 31. RGB value is (195,5,49). Sum of RGB (Red+Green+Blue) = 195+5+49=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C30531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30531 is #3CFACE. Grayscale: #424242. Windows color (decimal): -3996367 or 3212739. OLE color: 3212739.
HSL color Cylindrical-coordinate representation of color #C30531: hue angle of 346.11º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30531 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 49 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.24 |
| HSL | 346.11º | 0.95% | 0.39% | - |
| HSV(B) | 346.11º | 0.97% | 0.76% | - |
| XYZ | 23.11 | 11.93 | 3.99 | - |
| YUV | 66.83 | 117.95 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 49 | 0 | 0.97 | 0.75 | 0.24 | 346.11 | 0.95 | 0.39 |
| Hex | C3 | 5 | 31 | 0 | 61 | 4B | 18 | 15A | 5F | 27 |
| Octal | 303 | 5 | 61 | 0 | 141 | 113 | 30 | 532 | 137 | 47 |
| Binary | 11000011 | 101 | 110001 | 0 | 1100001 | 1001011 | 11000 | 101011010 | 1011111 | 100111 |
Color Harmonies of #C30531
Complementary color
Monochromatic Colors of #C30531
Black with #C30531
Text Example
Text Example
White with #C30531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30531; }
p { color: rgb(195,5,49); }
H1.HeaderClassName
{
color: #C30531;
}
.AnyTagClassName
{
color: #C30531;
}
</style>
background-color css
<style>
a { background-color: #C30531; }
a { background-color: rgb(195,5,49); }
div.DivClassName
{
background-color: #C30531;
}
.BgClassName
{
background-color: #C30531;
}
</style>
border-color css
<style>
span { border-color: #C30531; }
span { border-color: rgb(195,5,49); }
td.TdClassName
{
border-color: #C30531;
}
.TagClassName
{
border-color: #C30531;
}
</style>