Shades of Cardinal #C30E3A
Tints of Cardinal #C30E3A
RGB
CMYK
RGB Variations
Color information
#C30E3A (or 0xC30E3A) is known color: Cardinal. HEX triplet: C3, 0E and 3A. RGB value is (195,14,58). Sum of RGB (Red+Green+Blue) = 195+14+58=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E3A is #3CF1C5. Grayscale: #494949. Windows color (decimal): -3994054 or 3804867. OLE color: 3804867.
HSL color Cylindrical-coordinate representation of color #C30E3A: hue angle of 345.41º 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 #C30E3A is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 58 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.24 |
| HSL | 345.41º | 0.87% | 0.41% | - |
| HSV(B) | 345.41º | 0.93% | 0.76% | - |
| XYZ | 23.43 | 12.22 | 5.13 | - |
| YUV | 73.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 58 | 0 | 0.93 | 0.70 | 0.24 | 345.41 | 0.87 | 0.41 |
| Hex | C3 | E | 3A | 0 | 5D | 46 | 18 | 159 | 57 | 29 |
| Octal | 303 | 16 | 72 | 0 | 135 | 106 | 30 | 531 | 127 | 51 |
| Binary | 11000011 | 1110 | 111010 | 0 | 1011101 | 1000110 | 11000 | 101011001 | 1010111 | 101001 |
Color Harmonies of #C30E3A
Complementary color
Monochromatic Colors of #C30E3A
Black with #C30E3A
Text Example
Text Example
White with #C30E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E3A; }
p { color: rgb(195,14,58); }
H1.HeaderClassName
{
color: #C30E3A;
}
.AnyTagClassName
{
color: #C30E3A;
}
</style>
background-color css
<style>
a { background-color: #C30E3A; }
a { background-color: rgb(195,14,58); }
div.DivClassName
{
background-color: #C30E3A;
}
.BgClassName
{
background-color: #C30E3A;
}
</style>
border-color css
<style>
span { border-color: #C30E3A; }
span { border-color: rgb(195,14,58); }
td.TdClassName
{
border-color: #C30E3A;
}
.TagClassName
{
border-color: #C30E3A;
}
</style>