Shades of Cardinal #C31F2D
Tints of Cardinal #C31F2D
RGB
CMYK
RGB Variations
Color information
#C31F2D (or 0xC31F2D) is known color: Cardinal. HEX triplet: C3, 1F and 2D. RGB value is (195,31,45). Sum of RGB (Red+Green+Blue) = 195+31+45=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F2D is #3CE0D2. Grayscale: #515151. Windows color (decimal): -3989715 or 2957251. OLE color: 2957251.
HSL color Cylindrical-coordinate representation of color #C31F2D: hue angle of 354.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F2D is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 45 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.24 |
| HSL | 354.88º | 0.73% | 0.44% | - |
| HSV(B) | 354.88º | 0.84% | 0.76% | - |
| XYZ | 23.47 | 12.77 | 3.71 | - |
| YUV | 81.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 45 | 0 | 0.84 | 0.77 | 0.24 | 354.88 | 0.73 | 0.44 |
| Hex | C3 | 1F | 2D | 0 | 54 | 4D | 18 | 163 | 49 | 2C |
| Octal | 303 | 37 | 55 | 0 | 124 | 115 | 30 | 543 | 111 | 54 |
| Binary | 11000011 | 11111 | 101101 | 0 | 1010100 | 1001101 | 11000 | 101100011 | 1001001 | 101100 |
Color Harmonies of #C31F2D
Complementary color
Monochromatic Colors of #C31F2D
Black with #C31F2D
Text Example
Text Example
White with #C31F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F2D; }
p { color: rgb(195,31,45); }
H1.HeaderClassName
{
color: #C31F2D;
}
.AnyTagClassName
{
color: #C31F2D;
}
</style>
background-color css
<style>
a { background-color: #C31F2D; }
a { background-color: rgb(195,31,45); }
div.DivClassName
{
background-color: #C31F2D;
}
.BgClassName
{
background-color: #C31F2D;
}
</style>
border-color css
<style>
span { border-color: #C31F2D; }
span { border-color: rgb(195,31,45); }
td.TdClassName
{
border-color: #C31F2D;
}
.TagClassName
{
border-color: #C31F2D;
}
</style>