Shades of Cardinal #C31C3B
Tints of Cardinal #C31C3B
RGB
CMYK
RGB Variations
Color information
#C31C3B (or 0xC31C3B) is known color: Cardinal. HEX triplet: C3, 1C and 3B. RGB value is (195,28,59). Sum of RGB (Red+Green+Blue) = 195+28+59=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C3B is #3CE3C4. Grayscale: #515151. Windows color (decimal): -3990469 or 3873987. OLE color: 3873987.
HSL color Cylindrical-coordinate representation of color #C31C3B: hue angle of 348.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C3B is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 59 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.24 |
| HSL | 348.86º | 0.75% | 0.44% | - |
| HSV(B) | 348.86º | 0.86% | 0.76% | - |
| XYZ | 23.71 | 12.75 | 5.35 | - |
| YUV | 81.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 59 | 0 | 0.86 | 0.70 | 0.24 | 348.86 | 0.75 | 0.44 |
| Hex | C3 | 1C | 3B | 0 | 56 | 46 | 18 | 15D | 4B | 2C |
| Octal | 303 | 34 | 73 | 0 | 126 | 106 | 30 | 535 | 113 | 54 |
| Binary | 11000011 | 11100 | 111011 | 0 | 1010110 | 1000110 | 11000 | 101011101 | 1001011 | 101100 |
Color Harmonies of #C31C3B
Complementary color
Monochromatic Colors of #C31C3B
Black with #C31C3B
Text Example
Text Example
White with #C31C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C3B; }
p { color: rgb(195,28,59); }
H1.HeaderClassName
{
color: #C31C3B;
}
.AnyTagClassName
{
color: #C31C3B;
}
</style>
background-color css
<style>
a { background-color: #C31C3B; }
a { background-color: rgb(195,28,59); }
div.DivClassName
{
background-color: #C31C3B;
}
.BgClassName
{
background-color: #C31C3B;
}
</style>
border-color css
<style>
span { border-color: #C31C3B; }
span { border-color: rgb(195,28,59); }
td.TdClassName
{
border-color: #C31C3B;
}
.TagClassName
{
border-color: #C31C3B;
}
</style>