Shades of Cardinal #C31342
Tints of Cardinal #C31342
RGB
CMYK
RGB Variations
Color information
#C31342 (or 0xC31342) is known color: Cardinal. HEX triplet: C3, 13 and 42. RGB value is (195,19,66). Sum of RGB (Red+Green+Blue) = 195+19+66=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C31342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31342 is #3CECBD. Grayscale: #4C4C4C. Windows color (decimal): -3992766 or 4330435. OLE color: 4330435.
HSL color Cylindrical-coordinate representation of color #C31342: hue angle of 343.98º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31342 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 66 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.24 |
| HSL | 343.98º | 0.82% | 0.42% | - |
| HSV(B) | 343.98º | 0.9% | 0.76% | - |
| XYZ | 23.72 | 12.46 | 6.31 | - |
| YUV | 76.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 66 | 0 | 0.90 | 0.66 | 0.24 | 343.98 | 0.82 | 0.42 |
| Hex | C3 | 13 | 42 | 0 | 5A | 42 | 18 | 158 | 52 | 2A |
| Octal | 303 | 23 | 102 | 0 | 132 | 102 | 30 | 530 | 122 | 52 |
| Binary | 11000011 | 10011 | 1000010 | 0 | 1011010 | 1000010 | 11000 | 101011000 | 1010010 | 101010 |
Color Harmonies of #C31342
Complementary color
Monochromatic Colors of #C31342
Black with #C31342
Text Example
Text Example
White with #C31342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31342; }
p { color: rgb(195,19,66); }
H1.HeaderClassName
{
color: #C31342;
}
.AnyTagClassName
{
color: #C31342;
}
</style>
background-color css
<style>
a { background-color: #C31342; }
a { background-color: rgb(195,19,66); }
div.DivClassName
{
background-color: #C31342;
}
.BgClassName
{
background-color: #C31342;
}
</style>
border-color css
<style>
span { border-color: #C31342; }
span { border-color: rgb(195,19,66); }
td.TdClassName
{
border-color: #C31342;
}
.TagClassName
{
border-color: #C31342;
}
</style>