Shades of Cardinal #C31D2B
Tints of Cardinal #C31D2B
RGB
CMYK
RGB Variations
Color information
#C31D2B (or 0xC31D2B) is known color: Cardinal. HEX triplet: C3, 1D and 2B. RGB value is (195,29,43). Sum of RGB (Red+Green+Blue) = 195+29+43=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D2B is #3CE2D4. Grayscale: #505050. Windows color (decimal): -3990229 or 2825667. OLE color: 2825667.
HSL color Cylindrical-coordinate representation of color #C31D2B: hue angle of 354.94º 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 #C31D2B is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 43 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.24 |
| HSL | 354.94º | 0.74% | 0.44% | - |
| HSV(B) | 354.94º | 0.85% | 0.76% | - |
| XYZ | 23.38 | 12.66 | 3.5 | - |
| YUV | 80.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 43 | 0 | 0.85 | 0.78 | 0.24 | 354.94 | 0.74 | 0.44 |
| Hex | C3 | 1D | 2B | 0 | 55 | 4E | 18 | 163 | 4A | 2C |
| Octal | 303 | 35 | 53 | 0 | 125 | 116 | 30 | 543 | 112 | 54 |
| Binary | 11000011 | 11101 | 101011 | 0 | 1010101 | 1001110 | 11000 | 101100011 | 1001010 | 101100 |
Color Harmonies of #C31D2B
Complementary color
Monochromatic Colors of #C31D2B
Black with #C31D2B
Text Example
Text Example
White with #C31D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D2B; }
p { color: rgb(195,29,43); }
H1.HeaderClassName
{
color: #C31D2B;
}
.AnyTagClassName
{
color: #C31D2B;
}
</style>
background-color css
<style>
a { background-color: #C31D2B; }
a { background-color: rgb(195,29,43); }
div.DivClassName
{
background-color: #C31D2B;
}
.BgClassName
{
background-color: #C31D2B;
}
</style>
border-color css
<style>
span { border-color: #C31D2B; }
span { border-color: rgb(195,29,43); }
td.TdClassName
{
border-color: #C31D2B;
}
.TagClassName
{
border-color: #C31D2B;
}
</style>