Shades of Cardinal #C61E3E
Tints of Cardinal #C61E3E
RGB
CMYK
RGB Variations
Color information
#C61E3E (or 0xC61E3E) is known color: Cardinal. HEX triplet: C6, 1E and 3E. RGB value is (198,30,62). Sum of RGB (Red+Green+Blue) = 198+30+62=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61E3E is #39E1C1. Grayscale: #535353. Windows color (decimal): -3793346 or 4071110. OLE color: 4071110.
HSL color Cylindrical-coordinate representation of color #C61E3E: hue angle of 348.57º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61E3E is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 62 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.22 |
| HSL | 348.57º | 0.74% | 0.45% | - |
| HSV(B) | 348.57º | 0.85% | 0.78% | - |
| XYZ | 24.62 | 13.28 | 5.82 | - |
| YUV | 83.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 62 | 0 | 0.85 | 0.69 | 0.22 | 348.57 | 0.74 | 0.45 |
| Hex | C6 | 1E | 3E | 0 | 55 | 45 | 16 | 15D | 4A | 2D |
| Octal | 306 | 36 | 76 | 0 | 125 | 105 | 26 | 535 | 112 | 55 |
| Binary | 11000110 | 11110 | 111110 | 0 | 1010101 | 1000101 | 10110 | 101011101 | 1001010 | 101101 |
Color Harmonies of #C61E3E
Complementary color
Monochromatic Colors of #C61E3E
Black with #C61E3E
Text Example
Text Example
White with #C61E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E3E; }
p { color: rgb(198,30,62); }
H1.HeaderClassName
{
color: #C61E3E;
}
.AnyTagClassName
{
color: #C61E3E;
}
</style>
background-color css
<style>
a { background-color: #C61E3E; }
a { background-color: rgb(198,30,62); }
div.DivClassName
{
background-color: #C61E3E;
}
.BgClassName
{
background-color: #C61E3E;
}
</style>
border-color css
<style>
span { border-color: #C61E3E; }
span { border-color: rgb(198,30,62); }
td.TdClassName
{
border-color: #C61E3E;
}
.TagClassName
{
border-color: #C61E3E;
}
</style>