Shades of Cardinal #C30935
Tints of Cardinal #C30935
RGB
CMYK
RGB Variations
Color information
#C30935 (or 0xC30935) is known color: Cardinal. HEX triplet: C3, 09 and 35. RGB value is (195,9,53). Sum of RGB (Red+Green+Blue) = 195+9+53=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C30935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30935 is #3CF6CA. Grayscale: #454545. Windows color (decimal): -3995339 or 3475907. OLE color: 3475907.
HSL color Cylindrical-coordinate representation of color #C30935: hue angle of 345.81º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30935 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 53 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.24 |
| HSL | 345.81º | 0.91% | 0.4% | - |
| HSV(B) | 345.81º | 0.95% | 0.76% | - |
| XYZ | 23.25 | 12.05 | 4.47 | - |
| YUV | 69.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 53 | 0 | 0.95 | 0.73 | 0.24 | 345.81 | 0.91 | 0.4 |
| Hex | C3 | 9 | 35 | 0 | 5F | 49 | 18 | 15A | 5B | 28 |
| Octal | 303 | 11 | 65 | 0 | 137 | 111 | 30 | 532 | 133 | 50 |
| Binary | 11000011 | 1001 | 110101 | 0 | 1011111 | 1001001 | 11000 | 101011010 | 1011011 | 101000 |
Color Harmonies of #C30935
Complementary color
Monochromatic Colors of #C30935
Black with #C30935
Text Example
Text Example
White with #C30935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30935; }
p { color: rgb(195,9,53); }
H1.HeaderClassName
{
color: #C30935;
}
.AnyTagClassName
{
color: #C30935;
}
</style>
background-color css
<style>
a { background-color: #C30935; }
a { background-color: rgb(195,9,53); }
div.DivClassName
{
background-color: #C30935;
}
.BgClassName
{
background-color: #C30935;
}
</style>
border-color css
<style>
span { border-color: #C30935; }
span { border-color: rgb(195,9,53); }
td.TdClassName
{
border-color: #C30935;
}
.TagClassName
{
border-color: #C30935;
}
</style>