Shades of Cardinal #C30E2F
Tints of Cardinal #C30E2F
RGB
CMYK
RGB Variations
Color information
#C30E2F (or 0xC30E2F) is known color: Cardinal. HEX triplet: C3, 0E and 2F. RGB value is (195,14,47). Sum of RGB (Red+Green+Blue) = 195+14+47=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E2F is #3CF1D0. Grayscale: #474747. Windows color (decimal): -3994065 or 3083971. OLE color: 3083971.
HSL color Cylindrical-coordinate representation of color #C30E2F: hue angle of 349.06º degrees, saturation: 0.87, 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 #C30E2F is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 47 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.24 |
| HSL | 349.06º | 0.87% | 0.41% | - |
| HSV(B) | 349.06º | 0.93% | 0.76% | - |
| XYZ | 23.18 | 12.12 | 3.81 | - |
| YUV | 71.88 | 113.97 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 47 | 0 | 0.93 | 0.76 | 0.24 | 349.06 | 0.87 | 0.41 |
| Hex | C3 | E | 2F | 0 | 5D | 4C | 18 | 15D | 57 | 29 |
| Octal | 303 | 16 | 57 | 0 | 135 | 114 | 30 | 535 | 127 | 51 |
| Binary | 11000011 | 1110 | 101111 | 0 | 1011101 | 1001100 | 11000 | 101011101 | 1010111 | 101001 |
Color Harmonies of #C30E2F
Complementary color
Monochromatic Colors of #C30E2F
Black with #C30E2F
Text Example
Text Example
White with #C30E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E2F; }
p { color: rgb(195,14,47); }
H1.HeaderClassName
{
color: #C30E2F;
}
.AnyTagClassName
{
color: #C30E2F;
}
</style>
background-color css
<style>
a { background-color: #C30E2F; }
a { background-color: rgb(195,14,47); }
div.DivClassName
{
background-color: #C30E2F;
}
.BgClassName
{
background-color: #C30E2F;
}
</style>
border-color css
<style>
span { border-color: #C30E2F; }
span { border-color: rgb(195,14,47); }
td.TdClassName
{
border-color: #C30E2F;
}
.TagClassName
{
border-color: #C30E2F;
}
</style>