Shades of Cardinal #C8253B
Tints of Cardinal #C8253B
RGB
CMYK
RGB Variations
Color information
#C8253B (or 0xC8253B) is known color: Cardinal. HEX triplet: C8, 25 and 3B. RGB value is (200,37,59). Sum of RGB (Red+Green+Blue) = 200+37+59=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8253B is #37DAC4. Grayscale: #585858. Windows color (decimal): -3660485 or 3876296. OLE color: 3876296.
HSL color Cylindrical-coordinate representation of color #C8253B: hue angle of 351.9º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8253B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 59 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.22 |
| HSL | 351.9º | 0.69% | 0.46% | - |
| HSV(B) | 351.9º | 0.82% | 0.78% | - |
| XYZ | 25.27 | 13.92 | 5.49 | - |
| YUV | 88.25 | 111.5 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 59 | 0 | 0.82 | 0.70 | 0.22 | 351.9 | 0.69 | 0.46 |
| Hex | C8 | 25 | 3B | 0 | 52 | 46 | 16 | 160 | 45 | 2E |
| Octal | 310 | 45 | 73 | 0 | 122 | 106 | 26 | 540 | 105 | 56 |
| Binary | 11001000 | 100101 | 111011 | 0 | 1010010 | 1000110 | 10110 | 101100000 | 1000101 | 101110 |
Color Harmonies of #C8253B
Complementary color
Monochromatic Colors of #C8253B
Black with #C8253B
Text Example
Text Example
White with #C8253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8253B; }
p { color: rgb(200,37,59); }
H1.HeaderClassName
{
color: #C8253B;
}
.AnyTagClassName
{
color: #C8253B;
}
</style>
background-color css
<style>
a { background-color: #C8253B; }
a { background-color: rgb(200,37,59); }
div.DivClassName
{
background-color: #C8253B;
}
.BgClassName
{
background-color: #C8253B;
}
</style>
border-color css
<style>
span { border-color: #C8253B; }
span { border-color: rgb(200,37,59); }
td.TdClassName
{
border-color: #C8253B;
}
.TagClassName
{
border-color: #C8253B;
}
</style>