Shades of Cardinal #C30131
Tints of Cardinal #C30131
RGB
CMYK
RGB Variations
Color information
#C30131 (or 0xC30131) is known color: Cardinal. HEX triplet: C3, 01 and 31. RGB value is (195,1,49). Sum of RGB (Red+Green+Blue) = 195+1+49=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C30131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30131 is #3CFECE. Grayscale: #404040. Windows color (decimal): -3997391 or 3211715. OLE color: 3211715.
HSL color Cylindrical-coordinate representation of color #C30131: hue angle of 345.15º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30131 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.24 |
| HSL | 345.15º | 0.99% | 0.38% | - |
| HSV(B) | 345.15º | 0.99% | 0.76% | - |
| XYZ | 23.07 | 11.85 | 3.98 | - |
| YUV | 64.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 49 | 0 | 0.99 | 0.75 | 0.24 | 345.15 | 0.99 | 0.38 |
| Hex | C3 | 1 | 31 | 0 | 63 | 4B | 18 | 159 | 63 | 26 |
| Octal | 303 | 1 | 61 | 0 | 143 | 113 | 30 | 531 | 143 | 46 |
| Binary | 11000011 | 1 | 110001 | 0 | 1100011 | 1001011 | 11000 | 101011001 | 1100011 | 100110 |
Color Harmonies of #C30131
Complementary color
Monochromatic Colors of #C30131
Black with #C30131
Text Example
Text Example
White with #C30131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30131; }
p { color: rgb(195,1,49); }
H1.HeaderClassName
{
color: #C30131;
}
.AnyTagClassName
{
color: #C30131;
}
</style>
background-color css
<style>
a { background-color: #C30131; }
a { background-color: rgb(195,1,49); }
div.DivClassName
{
background-color: #C30131;
}
.BgClassName
{
background-color: #C30131;
}
</style>
border-color css
<style>
span { border-color: #C30131; }
span { border-color: rgb(195,1,49); }
td.TdClassName
{
border-color: #C30131;
}
.TagClassName
{
border-color: #C30131;
}
</style>