Shades of Cardinal #C31D3B
Tints of Cardinal #C31D3B
RGB
CMYK
RGB Variations
Color information
#C31D3B (or 0xC31D3B) is known color: Cardinal. HEX triplet: C3, 1D and 3B. RGB value is (195,29,59). Sum of RGB (Red+Green+Blue) = 195+29+59=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D3B is #3CE2C4. Grayscale: #525252. Windows color (decimal): -3990213 or 3874243. OLE color: 3874243.
HSL color Cylindrical-coordinate representation of color #C31D3B: hue angle of 349.16º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D3B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 59 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.24 |
| HSL | 349.16º | 0.74% | 0.44% | - |
| HSV(B) | 349.16º | 0.85% | 0.76% | - |
| XYZ | 23.73 | 12.8 | 5.36 | - |
| YUV | 82.05 | 115 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 59 | 0 | 0.85 | 0.70 | 0.24 | 349.16 | 0.74 | 0.44 |
| Hex | C3 | 1D | 3B | 0 | 55 | 46 | 18 | 15D | 4A | 2C |
| Octal | 303 | 35 | 73 | 0 | 125 | 106 | 30 | 535 | 112 | 54 |
| Binary | 11000011 | 11101 | 111011 | 0 | 1010101 | 1000110 | 11000 | 101011101 | 1001010 | 101100 |
Color Harmonies of #C31D3B
Complementary color
Monochromatic Colors of #C31D3B
Black with #C31D3B
Text Example
Text Example
White with #C31D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D3B; }
p { color: rgb(195,29,59); }
H1.HeaderClassName
{
color: #C31D3B;
}
.AnyTagClassName
{
color: #C31D3B;
}
</style>
background-color css
<style>
a { background-color: #C31D3B; }
a { background-color: rgb(195,29,59); }
div.DivClassName
{
background-color: #C31D3B;
}
.BgClassName
{
background-color: #C31D3B;
}
</style>
border-color css
<style>
span { border-color: #C31D3B; }
span { border-color: rgb(195,29,59); }
td.TdClassName
{
border-color: #C31D3B;
}
.TagClassName
{
border-color: #C31D3B;
}
</style>