Shades of Cardinal #C31C36
Tints of Cardinal #C31C36
RGB
CMYK
RGB Variations
Color information
#C31C36 (or 0xC31C36) is known color: Cardinal. HEX triplet: C3, 1C and 36. RGB value is (195,28,54). Sum of RGB (Red+Green+Blue) = 195+28+54=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C36 is #3CE3C9. Grayscale: #505050. Windows color (decimal): -3990474 or 3546307. OLE color: 3546307.
HSL color Cylindrical-coordinate representation of color #C31C36: hue angle of 350.66º 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 #C31C36 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 54 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.24 |
| HSL | 350.66º | 0.75% | 0.44% | - |
| HSV(B) | 350.66º | 0.86% | 0.76% | - |
| XYZ | 23.59 | 12.7 | 4.7 | - |
| YUV | 80.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 54 | 0 | 0.86 | 0.72 | 0.24 | 350.66 | 0.75 | 0.44 |
| Hex | C3 | 1C | 36 | 0 | 56 | 48 | 18 | 15F | 4B | 2C |
| Octal | 303 | 34 | 66 | 0 | 126 | 110 | 30 | 537 | 113 | 54 |
| Binary | 11000011 | 11100 | 110110 | 0 | 1010110 | 1001000 | 11000 | 101011111 | 1001011 | 101100 |
Color Harmonies of #C31C36
Complementary color
Monochromatic Colors of #C31C36
Black with #C31C36
Text Example
Text Example
White with #C31C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C36; }
p { color: rgb(195,28,54); }
H1.HeaderClassName
{
color: #C31C36;
}
.AnyTagClassName
{
color: #C31C36;
}
</style>
background-color css
<style>
a { background-color: #C31C36; }
a { background-color: rgb(195,28,54); }
div.DivClassName
{
background-color: #C31C36;
}
.BgClassName
{
background-color: #C31C36;
}
</style>
border-color css
<style>
span { border-color: #C31C36; }
span { border-color: rgb(195,28,54); }
td.TdClassName
{
border-color: #C31C36;
}
.TagClassName
{
border-color: #C31C36;
}
</style>