Shades of Cardinal #C31C2C
Tints of Cardinal #C31C2C
RGB
CMYK
RGB Variations
Color information
#C31C2C (or 0xC31C2C) is known color: Cardinal. HEX triplet: C3, 1C and 2C. RGB value is (195,28,44). Sum of RGB (Red+Green+Blue) = 195+28+44=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C2C is #3CE3D3. Grayscale: #4F4F4F. Windows color (decimal): -3990484 or 2890947. OLE color: 2890947.
HSL color Cylindrical-coordinate representation of color #C31C2C: hue angle of 354.25º 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 #C31C2C is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 44 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.24 |
| HSL | 354.25º | 0.75% | 0.44% | - |
| HSV(B) | 354.25º | 0.86% | 0.76% | - |
| XYZ | 23.38 | 12.61 | 3.59 | - |
| YUV | 79.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 44 | 0 | 0.86 | 0.77 | 0.24 | 354.25 | 0.75 | 0.44 |
| Hex | C3 | 1C | 2C | 0 | 56 | 4D | 18 | 162 | 4B | 2C |
| Octal | 303 | 34 | 54 | 0 | 126 | 115 | 30 | 542 | 113 | 54 |
| Binary | 11000011 | 11100 | 101100 | 0 | 1010110 | 1001101 | 11000 | 101100010 | 1001011 | 101100 |
Color Harmonies of #C31C2C
Complementary color
Monochromatic Colors of #C31C2C
Black with #C31C2C
Text Example
Text Example
White with #C31C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C2C; }
p { color: rgb(195,28,44); }
H1.HeaderClassName
{
color: #C31C2C;
}
.AnyTagClassName
{
color: #C31C2C;
}
</style>
background-color css
<style>
a { background-color: #C31C2C; }
a { background-color: rgb(195,28,44); }
div.DivClassName
{
background-color: #C31C2C;
}
.BgClassName
{
background-color: #C31C2C;
}
</style>
border-color css
<style>
span { border-color: #C31C2C; }
span { border-color: rgb(195,28,44); }
td.TdClassName
{
border-color: #C31C2C;
}
.TagClassName
{
border-color: #C31C2C;
}
</style>