Shades of Cardinal #C30D45
Tints of Cardinal #C30D45
RGB
CMYK
RGB Variations
Color information
#C30D45 (or 0xC30D45) is known color: Cardinal. HEX triplet: C3, 0D and 45. RGB value is (195,13,69). Sum of RGB (Red+Green+Blue) = 195+13+69=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D45 is #3CF2BA. Grayscale: #494949. Windows color (decimal): -3994299 or 4525507. OLE color: 4525507.
HSL color Cylindrical-coordinate representation of color #C30D45: hue angle of 341.54º 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 #C30D45 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 69 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.24 |
| HSL | 341.54º | 0.88% | 0.41% | - |
| HSV(B) | 341.54º | 0.93% | 0.76% | - |
| XYZ | 23.72 | 12.32 | 6.76 | - |
| YUV | 73.8 | 125.3 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 69 | 0 | 0.93 | 0.65 | 0.24 | 341.54 | 0.88 | 0.41 |
| Hex | C3 | D | 45 | 0 | 5D | 41 | 18 | 156 | 58 | 29 |
| Octal | 303 | 15 | 105 | 0 | 135 | 101 | 30 | 526 | 130 | 51 |
| Binary | 11000011 | 1101 | 1000101 | 0 | 1011101 | 1000001 | 11000 | 101010110 | 1011000 | 101001 |
Color Harmonies of #C30D45
Complementary color
Monochromatic Colors of #C30D45
Black with #C30D45
Text Example
Text Example
White with #C30D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D45; }
p { color: rgb(195,13,69); }
H1.HeaderClassName
{
color: #C30D45;
}
.AnyTagClassName
{
color: #C30D45;
}
</style>
background-color css
<style>
a { background-color: #C30D45; }
a { background-color: rgb(195,13,69); }
div.DivClassName
{
background-color: #C30D45;
}
.BgClassName
{
background-color: #C30D45;
}
</style>
border-color css
<style>
span { border-color: #C30D45; }
span { border-color: rgb(195,13,69); }
td.TdClassName
{
border-color: #C30D45;
}
.TagClassName
{
border-color: #C30D45;
}
</style>