Shades of Cardinal #C8093E
Tints of Cardinal #C8093E
RGB
CMYK
RGB Variations
Color information
#C8093E (or 0xC8093E) is known color: Cardinal. HEX triplet: C8, 09 and 3E. RGB value is (200,9,62). Sum of RGB (Red+Green+Blue) = 200+9+62=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C8093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8093E is #37F6C1. Grayscale: #484848. Windows color (decimal): -3667650 or 4065736. OLE color: 4065736.
HSL color Cylindrical-coordinate representation of color #C8093E: hue angle of 343.35º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8093E is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.22 |
| HSL | 343.35º | 0.91% | 0.41% | - |
| HSV(B) | 343.35º | 0.96% | 0.78% | - |
| XYZ | 24.79 | 12.82 | 5.73 | - |
| YUV | 72.15 | 122.28 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 62 | 0 | 0.96 | 0.69 | 0.22 | 343.35 | 0.91 | 0.41 |
| Hex | C8 | 9 | 3E | 0 | 60 | 45 | 16 | 157 | 5B | 29 |
| Octal | 310 | 11 | 76 | 0 | 140 | 105 | 26 | 527 | 133 | 51 |
| Binary | 11001000 | 1001 | 111110 | 0 | 1100000 | 1000101 | 10110 | 101010111 | 1011011 | 101001 |
Color Harmonies of #C8093E
Complementary color
Monochromatic Colors of #C8093E
Black with #C8093E
Text Example
Text Example
White with #C8093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8093E; }
p { color: rgb(200,9,62); }
H1.HeaderClassName
{
color: #C8093E;
}
.AnyTagClassName
{
color: #C8093E;
}
</style>
background-color css
<style>
a { background-color: #C8093E; }
a { background-color: rgb(200,9,62); }
div.DivClassName
{
background-color: #C8093E;
}
.BgClassName
{
background-color: #C8093E;
}
</style>
border-color css
<style>
span { border-color: #C8093E; }
span { border-color: rgb(200,9,62); }
td.TdClassName
{
border-color: #C8093E;
}
.TagClassName
{
border-color: #C8093E;
}
</style>