Shades of Cardinal #C31A3E
Tints of Cardinal #C31A3E
RGB
CMYK
RGB Variations
Color information
#C31A3E (or 0xC31A3E) is known color: Cardinal. HEX triplet: C3, 1A and 3E. RGB value is (195,26,62). Sum of RGB (Red+Green+Blue) = 195+26+62=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31A3E is #3CE5C1. Grayscale: #505050. Windows color (decimal): -3990978 or 4070083. OLE color: 4070083.
HSL color Cylindrical-coordinate representation of color #C31A3E: hue angle of 347.22º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A3E is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 62 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.24 |
| HSL | 347.22º | 0.76% | 0.43% | - |
| HSV(B) | 347.22º | 0.87% | 0.76% | - |
| XYZ | 23.74 | 12.69 | 5.76 | - |
| YUV | 80.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 62 | 0 | 0.87 | 0.68 | 0.24 | 347.22 | 0.76 | 0.43 |
| Hex | C3 | 1A | 3E | 0 | 57 | 44 | 18 | 15B | 4C | 2B |
| Octal | 303 | 32 | 76 | 0 | 127 | 104 | 30 | 533 | 114 | 53 |
| Binary | 11000011 | 11010 | 111110 | 0 | 1010111 | 1000100 | 11000 | 101011011 | 1001100 | 101011 |
Color Harmonies of #C31A3E
Complementary color
Monochromatic Colors of #C31A3E
Black with #C31A3E
Text Example
Text Example
White with #C31A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A3E; }
p { color: rgb(195,26,62); }
H1.HeaderClassName
{
color: #C31A3E;
}
.AnyTagClassName
{
color: #C31A3E;
}
</style>
background-color css
<style>
a { background-color: #C31A3E; }
a { background-color: rgb(195,26,62); }
div.DivClassName
{
background-color: #C31A3E;
}
.BgClassName
{
background-color: #C31A3E;
}
</style>
border-color css
<style>
span { border-color: #C31A3E; }
span { border-color: rgb(195,26,62); }
td.TdClassName
{
border-color: #C31A3E;
}
.TagClassName
{
border-color: #C31A3E;
}
</style>