Shades of Cardinal #C30240
Tints of Cardinal #C30240
RGB
CMYK
RGB Variations
Color information
#C30240 (or 0xC30240) is known color: Cardinal. HEX triplet: C3, 02 and 40. RGB value is (195,2,64). Sum of RGB (Red+Green+Blue) = 195+2+64=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C30240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30240 is #3CFDBF. Grayscale: #424242. Windows color (decimal): -3997120 or 4195011. OLE color: 4195011.
HSL color Cylindrical-coordinate representation of color #C30240: hue angle of 340.73º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30240 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.24 |
| HSL | 340.73º | 0.98% | 0.39% | - |
| HSV(B) | 340.73º | 0.99% | 0.76% | - |
| XYZ | 23.45 | 12.02 | 5.93 | - |
| YUV | 66.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 64 | 0 | 0.99 | 0.67 | 0.24 | 340.73 | 0.98 | 0.39 |
| Hex | C3 | 2 | 40 | 0 | 63 | 43 | 18 | 155 | 62 | 27 |
| Octal | 303 | 2 | 100 | 0 | 143 | 103 | 30 | 525 | 142 | 47 |
| Binary | 11000011 | 10 | 1000000 | 0 | 1100011 | 1000011 | 11000 | 101010101 | 1100010 | 100111 |
Color Harmonies of #C30240
Complementary color
Monochromatic Colors of #C30240
Black with #C30240
Text Example
Text Example
White with #C30240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30240; }
p { color: rgb(195,2,64); }
H1.HeaderClassName
{
color: #C30240;
}
.AnyTagClassName
{
color: #C30240;
}
</style>
background-color css
<style>
a { background-color: #C30240; }
a { background-color: rgb(195,2,64); }
div.DivClassName
{
background-color: #C30240;
}
.BgClassName
{
background-color: #C30240;
}
</style>
border-color css
<style>
span { border-color: #C30240; }
span { border-color: rgb(195,2,64); }
td.TdClassName
{
border-color: #C30240;
}
.TagClassName
{
border-color: #C30240;
}
</style>