Shades of Cardinal #C31337
Tints of Cardinal #C31337
RGB
CMYK
RGB Variations
Color information
#C31337 (or 0xC31337) is known color: Cardinal. HEX triplet: C3, 13 and 37. RGB value is (195,19,55). Sum of RGB (Red+Green+Blue) = 195+19+55=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C31337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31337 is #3CECC8. Grayscale: #4B4B4B. Windows color (decimal): -3992777 or 3609539. OLE color: 3609539.
HSL color Cylindrical-coordinate representation of color #C31337: hue angle of 347.73º 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 #C31337 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 55 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.24 |
| HSL | 347.73º | 0.82% | 0.42% | - |
| HSV(B) | 347.73º | 0.9% | 0.76% | - |
| XYZ | 23.43 | 12.34 | 4.76 | - |
| YUV | 75.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 55 | 0 | 0.90 | 0.72 | 0.24 | 347.73 | 0.82 | 0.42 |
| Hex | C3 | 13 | 37 | 0 | 5A | 48 | 18 | 15C | 52 | 2A |
| Octal | 303 | 23 | 67 | 0 | 132 | 110 | 30 | 534 | 122 | 52 |
| Binary | 11000011 | 10011 | 110111 | 0 | 1011010 | 1001000 | 11000 | 101011100 | 1010010 | 101010 |
Color Harmonies of #C31337
Complementary color
Monochromatic Colors of #C31337
Black with #C31337
Text Example
Text Example
White with #C31337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31337; }
p { color: rgb(195,19,55); }
H1.HeaderClassName
{
color: #C31337;
}
.AnyTagClassName
{
color: #C31337;
}
</style>
background-color css
<style>
a { background-color: #C31337; }
a { background-color: rgb(195,19,55); }
div.DivClassName
{
background-color: #C31337;
}
.BgClassName
{
background-color: #C31337;
}
</style>
border-color css
<style>
span { border-color: #C31337; }
span { border-color: rgb(195,19,55); }
td.TdClassName
{
border-color: #C31337;
}
.TagClassName
{
border-color: #C31337;
}
</style>