Shades of Cardinal #C30D35
Tints of Cardinal #C30D35
RGB
CMYK
RGB Variations
Color information
#C30D35 (or 0xC30D35) is known color: Cardinal. HEX triplet: C3, 0D and 35. RGB value is (195,13,53). Sum of RGB (Red+Green+Blue) = 195+13+53=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D35 is #3CF2CA. Grayscale: #484848. Windows color (decimal): -3994315 or 3476931. OLE color: 3476931.
HSL color Cylindrical-coordinate representation of color #C30D35: hue angle of 346.81º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D35 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 53 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.24 |
| HSL | 346.81º | 0.88% | 0.41% | - |
| HSV(B) | 346.81º | 0.93% | 0.76% | - |
| XYZ | 23.29 | 12.15 | 4.49 | - |
| YUV | 71.98 | 117.3 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 53 | 0 | 0.93 | 0.73 | 0.24 | 346.81 | 0.88 | 0.41 |
| Hex | C3 | D | 35 | 0 | 5D | 49 | 18 | 15B | 58 | 29 |
| Octal | 303 | 15 | 65 | 0 | 135 | 111 | 30 | 533 | 130 | 51 |
| Binary | 11000011 | 1101 | 110101 | 0 | 1011101 | 1001001 | 11000 | 101011011 | 1011000 | 101001 |
Color Harmonies of #C30D35
Complementary color
Monochromatic Colors of #C30D35
Black with #C30D35
Text Example
Text Example
White with #C30D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D35; }
p { color: rgb(195,13,53); }
H1.HeaderClassName
{
color: #C30D35;
}
.AnyTagClassName
{
color: #C30D35;
}
</style>
background-color css
<style>
a { background-color: #C30D35; }
a { background-color: rgb(195,13,53); }
div.DivClassName
{
background-color: #C30D35;
}
.BgClassName
{
background-color: #C30D35;
}
</style>
border-color css
<style>
span { border-color: #C30D35; }
span { border-color: rgb(195,13,53); }
td.TdClassName
{
border-color: #C30D35;
}
.TagClassName
{
border-color: #C30D35;
}
</style>