Shades of Cardinal #C30D3C
Tints of Cardinal #C30D3C
RGB
CMYK
RGB Variations
Color information
#C30D3C (or 0xC30D3C) is known color: Cardinal. HEX triplet: C3, 0D and 3C. RGB value is (195,13,60). Sum of RGB (Red+Green+Blue) = 195+13+60=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D3C is #3CF2C3. Grayscale: #484848. Windows color (decimal): -3994308 or 3935683. OLE color: 3935683.
HSL color Cylindrical-coordinate representation of color #C30D3C: hue angle of 344.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D3C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 60 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.24 |
| HSL | 344.51º | 0.88% | 0.41% | - |
| HSV(B) | 344.51º | 0.93% | 0.76% | - |
| XYZ | 23.47 | 12.22 | 5.4 | - |
| YUV | 72.78 | 120.8 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 60 | 0 | 0.93 | 0.69 | 0.24 | 344.51 | 0.88 | 0.41 |
| Hex | C3 | D | 3C | 0 | 5D | 45 | 18 | 159 | 58 | 29 |
| Octal | 303 | 15 | 74 | 0 | 135 | 105 | 30 | 531 | 130 | 51 |
| Binary | 11000011 | 1101 | 111100 | 0 | 1011101 | 1000101 | 11000 | 101011001 | 1011000 | 101001 |
Color Harmonies of #C30D3C
Complementary color
Monochromatic Colors of #C30D3C
Black with #C30D3C
Text Example
Text Example
White with #C30D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D3C; }
p { color: rgb(195,13,60); }
H1.HeaderClassName
{
color: #C30D3C;
}
.AnyTagClassName
{
color: #C30D3C;
}
</style>
background-color css
<style>
a { background-color: #C30D3C; }
a { background-color: rgb(195,13,60); }
div.DivClassName
{
background-color: #C30D3C;
}
.BgClassName
{
background-color: #C30D3C;
}
</style>
border-color css
<style>
span { border-color: #C30D3C; }
span { border-color: rgb(195,13,60); }
td.TdClassName
{
border-color: #C30D3C;
}
.TagClassName
{
border-color: #C30D3C;
}
</style>