Shades of Cardinal #C8253A
Tints of Cardinal #C8253A
RGB
CMYK
RGB Variations
Color information
#C8253A (or 0xC8253A) is known color: Cardinal. HEX triplet: C8, 25 and 3A. RGB value is (200,37,58). Sum of RGB (Red+Green+Blue) = 200+37+58=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8253A is #37DAC5. Grayscale: #585858. Windows color (decimal): -3660486 or 3810760. OLE color: 3810760.
HSL color Cylindrical-coordinate representation of color #C8253A: hue angle of 352.27º 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 #C8253A is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 58 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.22 |
| HSL | 352.27º | 0.69% | 0.46% | - |
| HSV(B) | 352.27º | 0.82% | 0.78% | - |
| XYZ | 25.24 | 13.91 | 5.36 | - |
| YUV | 88.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 58 | 0 | 0.82 | 0.71 | 0.22 | 352.27 | 0.69 | 0.46 |
| Hex | C8 | 25 | 3A | 0 | 52 | 47 | 16 | 160 | 45 | 2E |
| Octal | 310 | 45 | 72 | 0 | 122 | 107 | 26 | 540 | 105 | 56 |
| Binary | 11001000 | 100101 | 111010 | 0 | 1010010 | 1000111 | 10110 | 101100000 | 1000101 | 101110 |
Color Harmonies of #C8253A
Complementary color
Monochromatic Colors of #C8253A
Black with #C8253A
Text Example
Text Example
White with #C8253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8253A; }
p { color: rgb(200,37,58); }
H1.HeaderClassName
{
color: #C8253A;
}
.AnyTagClassName
{
color: #C8253A;
}
</style>
background-color css
<style>
a { background-color: #C8253A; }
a { background-color: rgb(200,37,58); }
div.DivClassName
{
background-color: #C8253A;
}
.BgClassName
{
background-color: #C8253A;
}
</style>
border-color css
<style>
span { border-color: #C8253A; }
span { border-color: rgb(200,37,58); }
td.TdClassName
{
border-color: #C8253A;
}
.TagClassName
{
border-color: #C8253A;
}
</style>