Shades of Cardinal #C3152F
Tints of Cardinal #C3152F
RGB
CMYK
RGB Variations
Color information
#C3152F (or 0xC3152F) is known color: Cardinal. HEX triplet: C3, 15 and 2F. RGB value is (195,21,47). Sum of RGB (Red+Green+Blue) = 195+21+47=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3152F is #3CEAD0. Grayscale: #4C4C4C. Windows color (decimal): -3992273 or 3085763. OLE color: 3085763.
HSL color Cylindrical-coordinate representation of color #C3152F: hue angle of 351.03º 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 #C3152F is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 47 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.24 |
| HSL | 351.03º | 0.81% | 0.42% | - |
| HSV(B) | 351.03º | 0.89% | 0.76% | - |
| XYZ | 23.29 | 12.34 | 3.84 | - |
| YUV | 75.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 47 | 0 | 0.89 | 0.76 | 0.24 | 351.03 | 0.81 | 0.42 |
| Hex | C3 | 15 | 2F | 0 | 59 | 4C | 18 | 15F | 51 | 2A |
| Octal | 303 | 25 | 57 | 0 | 131 | 114 | 30 | 537 | 121 | 52 |
| Binary | 11000011 | 10101 | 101111 | 0 | 1011001 | 1001100 | 11000 | 101011111 | 1010001 | 101010 |
Color Harmonies of #C3152F
Complementary color
Monochromatic Colors of #C3152F
Black with #C3152F
Text Example
Text Example
White with #C3152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3152F; }
p { color: rgb(195,21,47); }
H1.HeaderClassName
{
color: #C3152F;
}
.AnyTagClassName
{
color: #C3152F;
}
</style>
background-color css
<style>
a { background-color: #C3152F; }
a { background-color: rgb(195,21,47); }
div.DivClassName
{
background-color: #C3152F;
}
.BgClassName
{
background-color: #C3152F;
}
</style>
border-color css
<style>
span { border-color: #C3152F; }
span { border-color: rgb(195,21,47); }
td.TdClassName
{
border-color: #C3152F;
}
.TagClassName
{
border-color: #C3152F;
}
</style>