Shades of Cardinal #C31C35
Tints of Cardinal #C31C35
RGB
CMYK
RGB Variations
Color information
#C31C35 (or 0xC31C35) is known color: Cardinal. HEX triplet: C3, 1C and 35. RGB value is (195,28,53). Sum of RGB (Red+Green+Blue) = 195+28+53=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C35 is #3CE3CA. Grayscale: #505050. Windows color (decimal): -3990475 or 3480771. OLE color: 3480771.
HSL color Cylindrical-coordinate representation of color #C31C35: hue angle of 351.02º 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 #C31C35 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 53 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.24 |
| HSL | 351.02º | 0.75% | 0.44% | - |
| HSV(B) | 351.02º | 0.86% | 0.76% | - |
| XYZ | 23.56 | 12.69 | 4.58 | - |
| YUV | 80.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 53 | 0 | 0.86 | 0.73 | 0.24 | 351.02 | 0.75 | 0.44 |
| Hex | C3 | 1C | 35 | 0 | 56 | 49 | 18 | 15F | 4B | 2C |
| Octal | 303 | 34 | 65 | 0 | 126 | 111 | 30 | 537 | 113 | 54 |
| Binary | 11000011 | 11100 | 110101 | 0 | 1010110 | 1001001 | 11000 | 101011111 | 1001011 | 101100 |
Color Harmonies of #C31C35
Complementary color
Monochromatic Colors of #C31C35
Black with #C31C35
Text Example
Text Example
White with #C31C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C35; }
p { color: rgb(195,28,53); }
H1.HeaderClassName
{
color: #C31C35;
}
.AnyTagClassName
{
color: #C31C35;
}
</style>
background-color css
<style>
a { background-color: #C31C35; }
a { background-color: rgb(195,28,53); }
div.DivClassName
{
background-color: #C31C35;
}
.BgClassName
{
background-color: #C31C35;
}
</style>
border-color css
<style>
span { border-color: #C31C35; }
span { border-color: rgb(195,28,53); }
td.TdClassName
{
border-color: #C31C35;
}
.TagClassName
{
border-color: #C31C35;
}
</style>