Shades of Cardinal #C31150
Tints of Cardinal #C31150
RGB
CMYK
RGB Variations
Color information
#C31150 (or 0xC31150) is known color: Cardinal. HEX triplet: C3, 11 and 50. RGB value is (195,17,80). Sum of RGB (Red+Green+Blue) = 195+17+80=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C31150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31150 is #3CEEAF. Grayscale: #4D4D4D. Windows color (decimal): -3993264 or 5247427. OLE color: 5247427.
HSL color Cylindrical-coordinate representation of color #C31150: hue angle of 338.76º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31150 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 80 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.24 |
| HSL | 338.76º | 0.84% | 0.42% | - |
| HSV(B) | 338.76º | 0.91% | 0.76% | - |
| XYZ | 24.15 | 12.58 | 8.74 | - |
| YUV | 77.4 | 129.47 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 80 | 0 | 0.91 | 0.59 | 0.24 | 338.76 | 0.84 | 0.42 |
| Hex | C3 | 11 | 50 | 0 | 5B | 3B | 18 | 153 | 54 | 2A |
| Octal | 303 | 21 | 120 | 0 | 133 | 73 | 30 | 523 | 124 | 52 |
| Binary | 11000011 | 10001 | 1010000 | 0 | 1011011 | 111011 | 11000 | 101010011 | 1010100 | 101010 |
Color Harmonies of #C31150
Complementary color
Monochromatic Colors of #C31150
Black with #C31150
Text Example
Text Example
White with #C31150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31150; }
p { color: rgb(195,17,80); }
H1.HeaderClassName
{
color: #C31150;
}
.AnyTagClassName
{
color: #C31150;
}
</style>
background-color css
<style>
a { background-color: #C31150; }
a { background-color: rgb(195,17,80); }
div.DivClassName
{
background-color: #C31150;
}
.BgClassName
{
background-color: #C31150;
}
</style>
border-color css
<style>
span { border-color: #C31150; }
span { border-color: rgb(195,17,80); }
td.TdClassName
{
border-color: #C31150;
}
.TagClassName
{
border-color: #C31150;
}
</style>