Shades of Cardinal #C30F4A
Tints of Cardinal #C30F4A
RGB
CMYK
RGB Variations
Color information
#C30F4A (or 0xC30F4A) is known color: Cardinal. HEX triplet: C3, 0F and 4A. RGB value is (195,15,74). Sum of RGB (Red+Green+Blue) = 195+15+74=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F4A is #3CF0B5. Grayscale: #4B4B4B. Windows color (decimal): -3993782 or 4853699. OLE color: 4853699.
HSL color Cylindrical-coordinate representation of color #C30F4A: hue angle of 340.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30F4A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 74 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.24 |
| HSL | 340.33º | 0.86% | 0.41% | - |
| HSV(B) | 340.33º | 0.92% | 0.76% | - |
| XYZ | 23.91 | 12.44 | 7.62 | - |
| YUV | 75.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 74 | 0 | 0.92 | 0.62 | 0.24 | 340.33 | 0.86 | 0.41 |
| Hex | C3 | F | 4A | 0 | 5C | 3E | 18 | 154 | 56 | 29 |
| Octal | 303 | 17 | 112 | 0 | 134 | 76 | 30 | 524 | 126 | 51 |
| Binary | 11000011 | 1111 | 1001010 | 0 | 1011100 | 111110 | 11000 | 101010100 | 1010110 | 101001 |
Color Harmonies of #C30F4A
Complementary color
Monochromatic Colors of #C30F4A
Black with #C30F4A
Text Example
Text Example
White with #C30F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F4A; }
p { color: rgb(195,15,74); }
H1.HeaderClassName
{
color: #C30F4A;
}
.AnyTagClassName
{
color: #C30F4A;
}
</style>
background-color css
<style>
a { background-color: #C30F4A; }
a { background-color: rgb(195,15,74); }
div.DivClassName
{
background-color: #C30F4A;
}
.BgClassName
{
background-color: #C30F4A;
}
</style>
border-color css
<style>
span { border-color: #C30F4A; }
span { border-color: rgb(195,15,74); }
td.TdClassName
{
border-color: #C30F4A;
}
.TagClassName
{
border-color: #C30F4A;
}
</style>