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