Shades of Cardinal #C3013F
Tints of Cardinal #C3013F
RGB
CMYK
RGB Variations
Color information
#C3013F (or 0xC3013F) is known color: Cardinal. HEX triplet: C3, 01 and 3F. RGB value is (195,1,63). Sum of RGB (Red+Green+Blue) = 195+1+63=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3013F is #3CFEC0. Grayscale: #424242. Windows color (decimal): -3997377 or 4129219. OLE color: 4129219.
HSL color Cylindrical-coordinate representation of color #C3013F: hue angle of 340.82º 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 #C3013F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.24 |
| HSL | 340.82º | 0.99% | 0.38% | - |
| HSV(B) | 340.82º | 0.99% | 0.76% | - |
| XYZ | 23.41 | 11.98 | 5.78 | - |
| YUV | 66.07 | 126.27 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 63 | 0 | 0.99 | 0.68 | 0.24 | 340.82 | 0.99 | 0.38 |
| Hex | C3 | 1 | 3F | 0 | 63 | 44 | 18 | 155 | 63 | 26 |
| Octal | 303 | 1 | 77 | 0 | 143 | 104 | 30 | 525 | 143 | 46 |
| Binary | 11000011 | 1 | 111111 | 0 | 1100011 | 1000100 | 11000 | 101010101 | 1100011 | 100110 |
Color Harmonies of #C3013F
Complementary color
Monochromatic Colors of #C3013F
Black with #C3013F
Text Example
Text Example
White with #C3013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3013F; }
p { color: rgb(195,1,63); }
H1.HeaderClassName
{
color: #C3013F;
}
.AnyTagClassName
{
color: #C3013F;
}
</style>
background-color css
<style>
a { background-color: #C3013F; }
a { background-color: rgb(195,1,63); }
div.DivClassName
{
background-color: #C3013F;
}
.BgClassName
{
background-color: #C3013F;
}
</style>
border-color css
<style>
span { border-color: #C3013F; }
span { border-color: rgb(195,1,63); }
td.TdClassName
{
border-color: #C3013F;
}
.TagClassName
{
border-color: #C3013F;
}
</style>