Shades of Cardinal #C61E3D
Tints of Cardinal #C61E3D
RGB
CMYK
RGB Variations
Color information
#C61E3D (or 0xC61E3D) is known color: Cardinal. HEX triplet: C6, 1E and 3D. RGB value is (198,30,61). Sum of RGB (Red+Green+Blue) = 198+30+61=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61E3D is #39E1C2. Grayscale: #535353. Windows color (decimal): -3793347 or 4005574. OLE color: 4005574.
HSL color Cylindrical-coordinate representation of color #C61E3D: hue angle of 348.93º 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 #C61E3D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 61 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.22 |
| HSL | 348.93º | 0.74% | 0.45% | - |
| HSV(B) | 348.93º | 0.85% | 0.78% | - |
| XYZ | 24.6 | 13.27 | 5.68 | - |
| YUV | 83.77 | 115.16 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 61 | 0 | 0.85 | 0.69 | 0.22 | 348.93 | 0.74 | 0.45 |
| Hex | C6 | 1E | 3D | 0 | 55 | 45 | 16 | 15D | 4A | 2D |
| Octal | 306 | 36 | 75 | 0 | 125 | 105 | 26 | 535 | 112 | 55 |
| Binary | 11000110 | 11110 | 111101 | 0 | 1010101 | 1000101 | 10110 | 101011101 | 1001010 | 101101 |
Color Harmonies of #C61E3D
Complementary color
Monochromatic Colors of #C61E3D
Black with #C61E3D
Text Example
Text Example
White with #C61E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E3D; }
p { color: rgb(198,30,61); }
H1.HeaderClassName
{
color: #C61E3D;
}
.AnyTagClassName
{
color: #C61E3D;
}
</style>
background-color css
<style>
a { background-color: #C61E3D; }
a { background-color: rgb(198,30,61); }
div.DivClassName
{
background-color: #C61E3D;
}
.BgClassName
{
background-color: #C61E3D;
}
</style>
border-color css
<style>
span { border-color: #C61E3D; }
span { border-color: rgb(198,30,61); }
td.TdClassName
{
border-color: #C61E3D;
}
.TagClassName
{
border-color: #C61E3D;
}
</style>