Shades of Cardinal #C31831
Tints of Cardinal #C31831
RGB
CMYK
RGB Variations
Color information
#C31831 (or 0xC31831) is known color: Cardinal. HEX triplet: C3, 18 and 31. RGB value is (195,24,49). Sum of RGB (Red+Green+Blue) = 195+24+49=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C31831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31831 is #3CE7CE. Grayscale: #4E4E4E. Windows color (decimal): -3991503 or 3217603. OLE color: 3217603.
HSL color Cylindrical-coordinate representation of color #C31831: hue angle of 351.23º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31831 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 49 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.24 |
| HSL | 351.23º | 0.78% | 0.43% | - |
| HSV(B) | 351.23º | 0.88% | 0.76% | - |
| XYZ | 23.39 | 12.48 | 4.08 | - |
| YUV | 77.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 49 | 0 | 0.88 | 0.75 | 0.24 | 351.23 | 0.78 | 0.43 |
| Hex | C3 | 18 | 31 | 0 | 58 | 4B | 18 | 15F | 4E | 2B |
| Octal | 303 | 30 | 61 | 0 | 130 | 113 | 30 | 537 | 116 | 53 |
| Binary | 11000011 | 11000 | 110001 | 0 | 1011000 | 1001011 | 11000 | 101011111 | 1001110 | 101011 |
Color Harmonies of #C31831
Complementary color
Monochromatic Colors of #C31831
Black with #C31831
Text Example
Text Example
White with #C31831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31831; }
p { color: rgb(195,24,49); }
H1.HeaderClassName
{
color: #C31831;
}
.AnyTagClassName
{
color: #C31831;
}
</style>
background-color css
<style>
a { background-color: #C31831; }
a { background-color: rgb(195,24,49); }
div.DivClassName
{
background-color: #C31831;
}
.BgClassName
{
background-color: #C31831;
}
</style>
border-color css
<style>
span { border-color: #C31831; }
span { border-color: rgb(195,24,49); }
td.TdClassName
{
border-color: #C31831;
}
.TagClassName
{
border-color: #C31831;
}
</style>