Shades of Cardinal #C8123F
Tints of Cardinal #C8123F
RGB
CMYK
RGB Variations
Color information
#C8123F (or 0xC8123F) is known color: Cardinal. HEX triplet: C8, 12 and 3F. RGB value is (200,18,63). Sum of RGB (Red+Green+Blue) = 200+18+63=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8123F is #37EDC0. Grayscale: #4D4D4D. Windows color (decimal): -3665345 or 4133576. OLE color: 4133576.
HSL color Cylindrical-coordinate representation of color #C8123F: hue angle of 345.16º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8123F is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 63 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.22 |
| HSL | 345.16º | 0.83% | 0.43% | - |
| HSV(B) | 345.16º | 0.91% | 0.78% | - |
| XYZ | 24.93 | 13.07 | 5.91 | - |
| YUV | 77.55 | 119.8 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 63 | 0 | 0.91 | 0.68 | 0.22 | 345.16 | 0.83 | 0.43 |
| Hex | C8 | 12 | 3F | 0 | 5B | 44 | 16 | 159 | 53 | 2B |
| Octal | 310 | 22 | 77 | 0 | 133 | 104 | 26 | 531 | 123 | 53 |
| Binary | 11001000 | 10010 | 111111 | 0 | 1011011 | 1000100 | 10110 | 101011001 | 1010011 | 101011 |
Color Harmonies of #C8123F
Complementary color
Monochromatic Colors of #C8123F
Black with #C8123F
Text Example
Text Example
White with #C8123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8123F; }
p { color: rgb(200,18,63); }
H1.HeaderClassName
{
color: #C8123F;
}
.AnyTagClassName
{
color: #C8123F;
}
</style>
background-color css
<style>
a { background-color: #C8123F; }
a { background-color: rgb(200,18,63); }
div.DivClassName
{
background-color: #C8123F;
}
.BgClassName
{
background-color: #C8123F;
}
</style>
border-color css
<style>
span { border-color: #C8123F; }
span { border-color: rgb(200,18,63); }
td.TdClassName
{
border-color: #C8123F;
}
.TagClassName
{
border-color: #C8123F;
}
</style>