Shades of Cardinal #C30D39
Tints of Cardinal #C30D39
RGB
CMYK
RGB Variations
Color information
#C30D39 (or 0xC30D39) is known color: Cardinal. HEX triplet: C3, 0D and 39. RGB value is (195,13,57). Sum of RGB (Red+Green+Blue) = 195+13+57=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D39 is #3CF2C6. Grayscale: #484848. Windows color (decimal): -3994311 or 3739075. OLE color: 3739075.
HSL color Cylindrical-coordinate representation of color #C30D39: hue angle of 345.49º 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 #C30D39 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 57 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.24 |
| HSL | 345.49º | 0.88% | 0.41% | - |
| HSV(B) | 345.49º | 0.93% | 0.76% | - |
| XYZ | 23.39 | 12.19 | 4.99 | - |
| YUV | 72.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 57 | 0 | 0.93 | 0.71 | 0.24 | 345.49 | 0.88 | 0.41 |
| Hex | C3 | D | 39 | 0 | 5D | 47 | 18 | 159 | 58 | 29 |
| Octal | 303 | 15 | 71 | 0 | 135 | 107 | 30 | 531 | 130 | 51 |
| Binary | 11000011 | 1101 | 111001 | 0 | 1011101 | 1000111 | 11000 | 101011001 | 1011000 | 101001 |
Color Harmonies of #C30D39
Complementary color
Monochromatic Colors of #C30D39
Black with #C30D39
Text Example
Text Example
White with #C30D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D39; }
p { color: rgb(195,13,57); }
H1.HeaderClassName
{
color: #C30D39;
}
.AnyTagClassName
{
color: #C30D39;
}
</style>
background-color css
<style>
a { background-color: #C30D39; }
a { background-color: rgb(195,13,57); }
div.DivClassName
{
background-color: #C30D39;
}
.BgClassName
{
background-color: #C30D39;
}
</style>
border-color css
<style>
span { border-color: #C30D39; }
span { border-color: rgb(195,13,57); }
td.TdClassName
{
border-color: #C30D39;
}
.TagClassName
{
border-color: #C30D39;
}
</style>