Shades of Cardinal #C62230
Tints of Cardinal #C62230
RGB
CMYK
RGB Variations
Color information
#C62230 (or 0xC62230) is known color: Cardinal. HEX triplet: C6, 22 and 30. RGB value is (198,34,48). Sum of RGB (Red+Green+Blue) = 198+34+48=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C62230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62230 is #39DDCF. Grayscale: #545454. Windows color (decimal): -3792336 or 3154630. OLE color: 3154630.
HSL color Cylindrical-coordinate representation of color #C62230: hue angle of 354.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62230 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 48 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.22 |
| HSL | 354.88º | 0.71% | 0.45% | - |
| HSV(B) | 354.88º | 0.83% | 0.78% | - |
| XYZ | 24.39 | 13.36 | 4.09 | - |
| YUV | 84.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 48 | 0 | 0.83 | 0.76 | 0.22 | 354.88 | 0.71 | 0.45 |
| Hex | C6 | 22 | 30 | 0 | 53 | 4C | 16 | 163 | 47 | 2D |
| Octal | 306 | 42 | 60 | 0 | 123 | 114 | 26 | 543 | 107 | 55 |
| Binary | 11000110 | 100010 | 110000 | 0 | 1010011 | 1001100 | 10110 | 101100011 | 1000111 | 101101 |
Color Harmonies of #C62230
Complementary color
Monochromatic Colors of #C62230
Black with #C62230
Text Example
Text Example
White with #C62230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62230; }
p { color: rgb(198,34,48); }
H1.HeaderClassName
{
color: #C62230;
}
.AnyTagClassName
{
color: #C62230;
}
</style>
background-color css
<style>
a { background-color: #C62230; }
a { background-color: rgb(198,34,48); }
div.DivClassName
{
background-color: #C62230;
}
.BgClassName
{
background-color: #C62230;
}
</style>
border-color css
<style>
span { border-color: #C62230; }
span { border-color: rgb(198,34,48); }
td.TdClassName
{
border-color: #C62230;
}
.TagClassName
{
border-color: #C62230;
}
</style>