Shades of Cardinal #C3153F
Tints of Cardinal #C3153F
RGB
CMYK
RGB Variations
Color information
#C3153F (or 0xC3153F) is known color: Cardinal. HEX triplet: C3, 15 and 3F. RGB value is (195,21,63). Sum of RGB (Red+Green+Blue) = 195+21+63=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3153F is #3CEAC0. Grayscale: #4D4D4D. Windows color (decimal): -3992257 or 4134339. OLE color: 4134339.
HSL color Cylindrical-coordinate representation of color #C3153F: hue angle of 345.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3153F is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 63 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.24 |
| HSL | 345.52º | 0.81% | 0.42% | - |
| HSV(B) | 345.52º | 0.89% | 0.76% | - |
| XYZ | 23.67 | 12.5 | 5.87 | - |
| YUV | 77.81 | 119.65 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 63 | 0 | 0.89 | 0.68 | 0.24 | 345.52 | 0.81 | 0.42 |
| Hex | C3 | 15 | 3F | 0 | 59 | 44 | 18 | 15A | 51 | 2A |
| Octal | 303 | 25 | 77 | 0 | 131 | 104 | 30 | 532 | 121 | 52 |
| Binary | 11000011 | 10101 | 111111 | 0 | 1011001 | 1000100 | 11000 | 101011010 | 1010001 | 101010 |
Color Harmonies of #C3153F
Complementary color
Monochromatic Colors of #C3153F
Black with #C3153F
Text Example
Text Example
White with #C3153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3153F; }
p { color: rgb(195,21,63); }
H1.HeaderClassName
{
color: #C3153F;
}
.AnyTagClassName
{
color: #C3153F;
}
</style>
background-color css
<style>
a { background-color: #C3153F; }
a { background-color: rgb(195,21,63); }
div.DivClassName
{
background-color: #C3153F;
}
.BgClassName
{
background-color: #C3153F;
}
</style>
border-color css
<style>
span { border-color: #C3153F; }
span { border-color: rgb(195,21,63); }
td.TdClassName
{
border-color: #C3153F;
}
.TagClassName
{
border-color: #C3153F;
}
</style>