Shades of Cardinal #C3154F
Tints of Cardinal #C3154F
RGB
CMYK
RGB Variations
Color information
#C3154F (or 0xC3154F) is known color: Cardinal. HEX triplet: C3, 15 and 4F. RGB value is (195,21,79). Sum of RGB (Red+Green+Blue) = 195+21+79=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3154F is #3CEAB0. Grayscale: #4F4F4F. Windows color (decimal): -3992241 or 5182915. OLE color: 5182915.
HSL color Cylindrical-coordinate representation of color #C3154F: hue angle of 340º 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 #C3154F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 79 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.24 |
| HSL | 340º | 0.81% | 0.42% | - |
| HSV(B) | 340º | 0.89% | 0.76% | - |
| XYZ | 24.19 | 12.7 | 8.57 | - |
| YUV | 79.64 | 127.65 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 79 | 0 | 0.89 | 0.59 | 0.24 | 340 | 0.81 | 0.42 |
| Hex | C3 | 15 | 4F | 0 | 59 | 3B | 18 | 154 | 51 | 2A |
| Octal | 303 | 25 | 117 | 0 | 131 | 73 | 30 | 524 | 121 | 52 |
| Binary | 11000011 | 10101 | 1001111 | 0 | 1011001 | 111011 | 11000 | 101010100 | 1010001 | 101010 |
Color Harmonies of #C3154F
Complementary color
Monochromatic Colors of #C3154F
Black with #C3154F
Text Example
Text Example
White with #C3154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3154F; }
p { color: rgb(195,21,79); }
H1.HeaderClassName
{
color: #C3154F;
}
.AnyTagClassName
{
color: #C3154F;
}
</style>
background-color css
<style>
a { background-color: #C3154F; }
a { background-color: rgb(195,21,79); }
div.DivClassName
{
background-color: #C3154F;
}
.BgClassName
{
background-color: #C3154F;
}
</style>
border-color css
<style>
span { border-color: #C3154F; }
span { border-color: rgb(195,21,79); }
td.TdClassName
{
border-color: #C3154F;
}
.TagClassName
{
border-color: #C3154F;
}
</style>