Shades of Cardinal #C30C31
Tints of Cardinal #C30C31
RGB
CMYK
RGB Variations
Color information
#C30C31 (or 0xC30C31) is known color: Cardinal. HEX triplet: C3, 0C and 31. RGB value is (195,12,49). Sum of RGB (Red+Green+Blue) = 195+12+49=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C31 is #3CF3CE. Grayscale: #464646. Windows color (decimal): -3994575 or 3214531. OLE color: 3214531.
HSL color Cylindrical-coordinate representation of color #C30C31: hue angle of 347.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C31 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 49 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.24 |
| HSL | 347.87º | 0.88% | 0.41% | - |
| HSV(B) | 347.87º | 0.94% | 0.76% | - |
| XYZ | 23.19 | 12.09 | 4.02 | - |
| YUV | 70.94 | 115.63 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 49 | 0 | 0.94 | 0.75 | 0.24 | 347.87 | 0.88 | 0.41 |
| Hex | C3 | C | 31 | 0 | 5E | 4B | 18 | 15C | 58 | 29 |
| Octal | 303 | 14 | 61 | 0 | 136 | 113 | 30 | 534 | 130 | 51 |
| Binary | 11000011 | 1100 | 110001 | 0 | 1011110 | 1001011 | 11000 | 101011100 | 1011000 | 101001 |
Color Harmonies of #C30C31
Complementary color
Monochromatic Colors of #C30C31
Black with #C30C31
Text Example
Text Example
White with #C30C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C31; }
p { color: rgb(195,12,49); }
H1.HeaderClassName
{
color: #C30C31;
}
.AnyTagClassName
{
color: #C30C31;
}
</style>
background-color css
<style>
a { background-color: #C30C31; }
a { background-color: rgb(195,12,49); }
div.DivClassName
{
background-color: #C30C31;
}
.BgClassName
{
background-color: #C30C31;
}
</style>
border-color css
<style>
span { border-color: #C30C31; }
span { border-color: rgb(195,12,49); }
td.TdClassName
{
border-color: #C30C31;
}
.TagClassName
{
border-color: #C30C31;
}
</style>