Shades of Cardinal #C30E4A
Tints of Cardinal #C30E4A
RGB
CMYK
RGB Variations
Color information
#C30E4A (or 0xC30E4A) is known color: Cardinal. HEX triplet: C3, 0E and 4A. RGB value is (195,14,74). Sum of RGB (Red+Green+Blue) = 195+14+74=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E4A is #3CF1B5. Grayscale: #4A4A4A. Windows color (decimal): -3994038 or 4853443. OLE color: 4853443.
HSL color Cylindrical-coordinate representation of color #C30E4A: hue angle of 340.11º degrees, saturation: 0.87, 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 #C30E4A is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 74 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.24 |
| HSL | 340.11º | 0.87% | 0.41% | - |
| HSV(B) | 340.11º | 0.93% | 0.76% | - |
| XYZ | 23.9 | 12.41 | 7.61 | - |
| YUV | 74.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 74 | 0 | 0.93 | 0.62 | 0.24 | 340.11 | 0.87 | 0.41 |
| Hex | C3 | E | 4A | 0 | 5D | 3E | 18 | 154 | 57 | 29 |
| Octal | 303 | 16 | 112 | 0 | 135 | 76 | 30 | 524 | 127 | 51 |
| Binary | 11000011 | 1110 | 1001010 | 0 | 1011101 | 111110 | 11000 | 101010100 | 1010111 | 101001 |
Color Harmonies of #C30E4A
Complementary color
Monochromatic Colors of #C30E4A
Black with #C30E4A
Text Example
Text Example
White with #C30E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E4A; }
p { color: rgb(195,14,74); }
H1.HeaderClassName
{
color: #C30E4A;
}
.AnyTagClassName
{
color: #C30E4A;
}
</style>
background-color css
<style>
a { background-color: #C30E4A; }
a { background-color: rgb(195,14,74); }
div.DivClassName
{
background-color: #C30E4A;
}
.BgClassName
{
background-color: #C30E4A;
}
</style>
border-color css
<style>
span { border-color: #C30E4A; }
span { border-color: rgb(195,14,74); }
td.TdClassName
{
border-color: #C30E4A;
}
.TagClassName
{
border-color: #C30E4A;
}
</style>