Shades of Cardinal #C30D48
Tints of Cardinal #C30D48
RGB
CMYK
RGB Variations
Color information
#C30D48 (or 0xC30D48) is known color: Cardinal. HEX triplet: C3, 0D and 48. RGB value is (195,13,72). Sum of RGB (Red+Green+Blue) = 195+13+72=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D48 is #3CF2B7. Grayscale: #4A4A4A. Windows color (decimal): -3994296 or 4722115. OLE color: 4722115.
HSL color Cylindrical-coordinate representation of color #C30D48: hue angle of 340.55º 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 #C30D48 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 72 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.24 |
| HSL | 340.55º | 0.88% | 0.41% | - |
| HSV(B) | 340.55º | 0.93% | 0.76% | - |
| XYZ | 23.82 | 12.36 | 7.26 | - |
| YUV | 74.14 | 126.8 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 72 | 0 | 0.93 | 0.63 | 0.24 | 340.55 | 0.88 | 0.41 |
| Hex | C3 | D | 48 | 0 | 5D | 3F | 18 | 155 | 58 | 29 |
| Octal | 303 | 15 | 110 | 0 | 135 | 77 | 30 | 525 | 130 | 51 |
| Binary | 11000011 | 1101 | 1001000 | 0 | 1011101 | 111111 | 11000 | 101010101 | 1011000 | 101001 |
Color Harmonies of #C30D48
Complementary color
Monochromatic Colors of #C30D48
Black with #C30D48
Text Example
Text Example
White with #C30D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D48; }
p { color: rgb(195,13,72); }
H1.HeaderClassName
{
color: #C30D48;
}
.AnyTagClassName
{
color: #C30D48;
}
</style>
background-color css
<style>
a { background-color: #C30D48; }
a { background-color: rgb(195,13,72); }
div.DivClassName
{
background-color: #C30D48;
}
.BgClassName
{
background-color: #C30D48;
}
</style>
border-color css
<style>
span { border-color: #C30D48; }
span { border-color: rgb(195,13,72); }
td.TdClassName
{
border-color: #C30D48;
}
.TagClassName
{
border-color: #C30D48;
}
</style>