Shades of Cardinal #C31E2D
Tints of Cardinal #C31E2D
RGB
CMYK
RGB Variations
Color information
#C31E2D (or 0xC31E2D) is known color: Cardinal. HEX triplet: C3, 1E and 2D. RGB value is (195,30,45). Sum of RGB (Red+Green+Blue) = 195+30+45=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E2D is #3CE1D2. Grayscale: #515151. Windows color (decimal): -3989971 or 2956995. OLE color: 2956995.
HSL color Cylindrical-coordinate representation of color #C31E2D: hue angle of 354.55º degrees, saturation: 0.73, 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 #C31E2D is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 45 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.24 |
| HSL | 354.55º | 0.73% | 0.44% | - |
| HSV(B) | 354.55º | 0.85% | 0.76% | - |
| XYZ | 23.44 | 12.72 | 3.7 | - |
| YUV | 81.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 45 | 0 | 0.85 | 0.77 | 0.24 | 354.55 | 0.73 | 0.44 |
| Hex | C3 | 1E | 2D | 0 | 55 | 4D | 18 | 163 | 49 | 2C |
| Octal | 303 | 36 | 55 | 0 | 125 | 115 | 30 | 543 | 111 | 54 |
| Binary | 11000011 | 11110 | 101101 | 0 | 1010101 | 1001101 | 11000 | 101100011 | 1001001 | 101100 |
Color Harmonies of #C31E2D
Complementary color
Monochromatic Colors of #C31E2D
Black with #C31E2D
Text Example
Text Example
White with #C31E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E2D; }
p { color: rgb(195,30,45); }
H1.HeaderClassName
{
color: #C31E2D;
}
.AnyTagClassName
{
color: #C31E2D;
}
</style>
background-color css
<style>
a { background-color: #C31E2D; }
a { background-color: rgb(195,30,45); }
div.DivClassName
{
background-color: #C31E2D;
}
.BgClassName
{
background-color: #C31E2D;
}
</style>
border-color css
<style>
span { border-color: #C31E2D; }
span { border-color: rgb(195,30,45); }
td.TdClassName
{
border-color: #C31E2D;
}
.TagClassName
{
border-color: #C31E2D;
}
</style>