Shades of Cardinal #C8203F
Tints of Cardinal #C8203F
RGB
CMYK
RGB Variations
Color information
#C8203F (or 0xC8203F) is known color: Cardinal. HEX triplet: C8, 20 and 3F. RGB value is (200,32,63). Sum of RGB (Red+Green+Blue) = 200+32+63=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8203F is #37DFC0. Grayscale: #555555. Windows color (decimal): -3661761 or 4137160. OLE color: 4137160.
HSL color Cylindrical-coordinate representation of color #C8203F: hue angle of 348.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8203F is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 63 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.22 |
| HSL | 348.93º | 0.72% | 0.45% | - |
| HSV(B) | 348.93º | 0.84% | 0.78% | - |
| XYZ | 25.23 | 13.67 | 6.01 | - |
| YUV | 85.77 | 115.16 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 63 | 0 | 0.84 | 0.68 | 0.22 | 348.93 | 0.72 | 0.45 |
| Hex | C8 | 20 | 3F | 0 | 54 | 44 | 16 | 15D | 48 | 2D |
| Octal | 310 | 40 | 77 | 0 | 124 | 104 | 26 | 535 | 110 | 55 |
| Binary | 11001000 | 100000 | 111111 | 0 | 1010100 | 1000100 | 10110 | 101011101 | 1001000 | 101101 |
Color Harmonies of #C8203F
Complementary color
Monochromatic Colors of #C8203F
Black with #C8203F
Text Example
Text Example
White with #C8203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8203F; }
p { color: rgb(200,32,63); }
H1.HeaderClassName
{
color: #C8203F;
}
.AnyTagClassName
{
color: #C8203F;
}
</style>
background-color css
<style>
a { background-color: #C8203F; }
a { background-color: rgb(200,32,63); }
div.DivClassName
{
background-color: #C8203F;
}
.BgClassName
{
background-color: #C8203F;
}
</style>
border-color css
<style>
span { border-color: #C8203F; }
span { border-color: rgb(200,32,63); }
td.TdClassName
{
border-color: #C8203F;
}
.TagClassName
{
border-color: #C8203F;
}
</style>