Shades of Cardinal #C3013D
Tints of Cardinal #C3013D
RGB
CMYK
RGB Variations
Color information
#C3013D (or 0xC3013D) is known color: Cardinal. HEX triplet: C3, 01 and 3D. RGB value is (195,1,61). Sum of RGB (Red+Green+Blue) = 195+1+61=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C3013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3013D is #3CFEC2. Grayscale: #414141. Windows color (decimal): -3997379 or 3998147. OLE color: 3998147.
HSL color Cylindrical-coordinate representation of color #C3013D: hue angle of 341.44º 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 #C3013D is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.24 |
| HSL | 341.44º | 0.99% | 0.38% | - |
| HSV(B) | 341.44º | 0.99% | 0.76% | - |
| XYZ | 23.36 | 11.96 | 5.49 | - |
| YUV | 65.85 | 125.27 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 61 | 0 | 0.99 | 0.69 | 0.24 | 341.44 | 0.99 | 0.38 |
| Hex | C3 | 1 | 3D | 0 | 63 | 45 | 18 | 155 | 63 | 26 |
| Octal | 303 | 1 | 75 | 0 | 143 | 105 | 30 | 525 | 143 | 46 |
| Binary | 11000011 | 1 | 111101 | 0 | 1100011 | 1000101 | 11000 | 101010101 | 1100011 | 100110 |
Color Harmonies of #C3013D
Complementary color
Monochromatic Colors of #C3013D
Black with #C3013D
Text Example
Text Example
White with #C3013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3013D; }
p { color: rgb(195,1,61); }
H1.HeaderClassName
{
color: #C3013D;
}
.AnyTagClassName
{
color: #C3013D;
}
</style>
background-color css
<style>
a { background-color: #C3013D; }
a { background-color: rgb(195,1,61); }
div.DivClassName
{
background-color: #C3013D;
}
.BgClassName
{
background-color: #C3013D;
}
</style>
border-color css
<style>
span { border-color: #C3013D; }
span { border-color: rgb(195,1,61); }
td.TdClassName
{
border-color: #C3013D;
}
.TagClassName
{
border-color: #C3013D;
}
</style>