Shades of Cardinal #C8253E
Tints of Cardinal #C8253E
RGB
CMYK
RGB Variations
Color information
#C8253E (or 0xC8253E) is known color: Cardinal. HEX triplet: C8, 25 and 3E. RGB value is (200,37,62). Sum of RGB (Red+Green+Blue) = 200+37+62=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8253E is #37DAC1. Grayscale: #585858. Windows color (decimal): -3660482 or 4072904. OLE color: 4072904.
HSL color Cylindrical-coordinate representation of color #C8253E: hue angle of 350.8º 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 #C8253E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 62 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.22 |
| HSL | 350.8º | 0.69% | 0.46% | - |
| HSV(B) | 350.8º | 0.82% | 0.78% | - |
| XYZ | 25.35 | 13.95 | 5.91 | - |
| YUV | 88.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 62 | 0 | 0.82 | 0.69 | 0.22 | 350.8 | 0.69 | 0.46 |
| Hex | C8 | 25 | 3E | 0 | 52 | 45 | 16 | 15F | 45 | 2E |
| Octal | 310 | 45 | 76 | 0 | 122 | 105 | 26 | 537 | 105 | 56 |
| Binary | 11001000 | 100101 | 111110 | 0 | 1010010 | 1000101 | 10110 | 101011111 | 1000101 | 101110 |
Color Harmonies of #C8253E
Complementary color
Monochromatic Colors of #C8253E
Black with #C8253E
Text Example
Text Example
White with #C8253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8253E; }
p { color: rgb(200,37,62); }
H1.HeaderClassName
{
color: #C8253E;
}
.AnyTagClassName
{
color: #C8253E;
}
</style>
background-color css
<style>
a { background-color: #C8253E; }
a { background-color: rgb(200,37,62); }
div.DivClassName
{
background-color: #C8253E;
}
.BgClassName
{
background-color: #C8253E;
}
</style>
border-color css
<style>
span { border-color: #C8253E; }
span { border-color: rgb(200,37,62); }
td.TdClassName
{
border-color: #C8253E;
}
.TagClassName
{
border-color: #C8253E;
}
</style>