Shades of Cardinal #C8253C
Tints of Cardinal #C8253C
RGB
CMYK
RGB Variations
Color information
#C8253C (or 0xC8253C) is known color: Cardinal. HEX triplet: C8, 25 and 3C. RGB value is (200,37,60). Sum of RGB (Red+Green+Blue) = 200+37+60=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8253C is #37DAC3. Grayscale: #585858. Windows color (decimal): -3660484 or 3941832. OLE color: 3941832.
HSL color Cylindrical-coordinate representation of color #C8253C: hue angle of 351.53º 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 #C8253C is Cyan = 0, Magento = 0.82, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 60 | - |
| CMYK | 0 | 0.82 | 0.7 | 0.22 |
| HSL | 351.53º | 0.69% | 0.46% | - |
| HSV(B) | 351.53º | 0.82% | 0.78% | - |
| XYZ | 25.3 | 13.93 | 5.63 | - |
| YUV | 88.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 60 | 0 | 0.82 | 0.7 | 0.22 | 351.53 | 0.69 | 0.46 |
| Hex | C8 | 25 | 3C | 0 | 52 | 46 | 16 | 160 | 45 | 2E |
| Octal | 310 | 45 | 74 | 0 | 122 | 106 | 26 | 540 | 105 | 56 |
| Binary | 11001000 | 100101 | 111100 | 0 | 1010010 | 1000110 | 10110 | 101100000 | 1000101 | 101110 |
Color Harmonies of #C8253C
Complementary color
Monochromatic Colors of #C8253C
Black with #C8253C
Text Example
Text Example
White with #C8253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8253C; }
p { color: rgb(200,37,60); }
H1.HeaderClassName
{
color: #C8253C;
}
.AnyTagClassName
{
color: #C8253C;
}
</style>
background-color css
<style>
a { background-color: #C8253C; }
a { background-color: rgb(200,37,60); }
div.DivClassName
{
background-color: #C8253C;
}
.BgClassName
{
background-color: #C8253C;
}
</style>
border-color css
<style>
span { border-color: #C8253C; }
span { border-color: rgb(200,37,60); }
td.TdClassName
{
border-color: #C8253C;
}
.TagClassName
{
border-color: #C8253C;
}
</style>