Shades of Cardinal #C30D4E
Tints of Cardinal #C30D4E
RGB
CMYK
RGB Variations
Color information
#C30D4E (or 0xC30D4E) is known color: Cardinal. HEX triplet: C3, 0D and 4E. RGB value is (195,13,78). Sum of RGB (Red+Green+Blue) = 195+13+78=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D4E is #3CF2B1. Grayscale: #4A4A4A. Windows color (decimal): -3994290 or 5115331. OLE color: 5115331.
HSL color Cylindrical-coordinate representation of color #C30D4E: hue angle of 338.57º 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 #C30D4E is Cyan = 0, Magento = 0.93, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 78 | - |
| CMYK | 0 | 0.93 | 0.6 | 0.24 |
| HSL | 338.57º | 0.88% | 0.41% | - |
| HSV(B) | 338.57º | 0.93% | 0.76% | - |
| XYZ | 24.02 | 12.44 | 8.34 | - |
| YUV | 74.83 | 129.8 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 78 | 0 | 0.93 | 0.6 | 0.24 | 338.57 | 0.88 | 0.41 |
| Hex | C3 | D | 4E | 0 | 5D | 3C | 18 | 153 | 58 | 29 |
| Octal | 303 | 15 | 116 | 0 | 135 | 74 | 30 | 523 | 130 | 51 |
| Binary | 11000011 | 1101 | 1001110 | 0 | 1011101 | 111100 | 11000 | 101010011 | 1011000 | 101001 |
Color Harmonies of #C30D4E
Complementary color
Monochromatic Colors of #C30D4E
Black with #C30D4E
Text Example
Text Example
White with #C30D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D4E; }
p { color: rgb(195,13,78); }
H1.HeaderClassName
{
color: #C30D4E;
}
.AnyTagClassName
{
color: #C30D4E;
}
</style>
background-color css
<style>
a { background-color: #C30D4E; }
a { background-color: rgb(195,13,78); }
div.DivClassName
{
background-color: #C30D4E;
}
.BgClassName
{
background-color: #C30D4E;
}
</style>
border-color css
<style>
span { border-color: #C30D4E; }
span { border-color: rgb(195,13,78); }
td.TdClassName
{
border-color: #C30D4E;
}
.TagClassName
{
border-color: #C30D4E;
}
</style>