Shades of Cardinal #C8093D
Tints of Cardinal #C8093D
RGB
CMYK
RGB Variations
Color information
#C8093D (or 0xC8093D) is known color: Cardinal. HEX triplet: C8, 09 and 3D. RGB value is (200,9,61). Sum of RGB (Red+Green+Blue) = 200+9+61=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C8093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8093D is #37F6C2. Grayscale: #484848. Windows color (decimal): -3667651 or 4000200. OLE color: 4000200.
HSL color Cylindrical-coordinate representation of color #C8093D: hue angle of 343.66º 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 #C8093D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.22 |
| HSL | 343.66º | 0.91% | 0.41% | - |
| HSV(B) | 343.66º | 0.96% | 0.78% | - |
| XYZ | 24.76 | 12.81 | 5.58 | - |
| YUV | 72.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 61 | 0 | 0.96 | 0.69 | 0.22 | 343.66 | 0.91 | 0.41 |
| Hex | C8 | 9 | 3D | 0 | 60 | 45 | 16 | 158 | 5B | 29 |
| Octal | 310 | 11 | 75 | 0 | 140 | 105 | 26 | 530 | 133 | 51 |
| Binary | 11001000 | 1001 | 111101 | 0 | 1100000 | 1000101 | 10110 | 101011000 | 1011011 | 101001 |
Color Harmonies of #C8093D
Complementary color
Monochromatic Colors of #C8093D
Black with #C8093D
Text Example
Text Example
White with #C8093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8093D; }
p { color: rgb(200,9,61); }
H1.HeaderClassName
{
color: #C8093D;
}
.AnyTagClassName
{
color: #C8093D;
}
</style>
background-color css
<style>
a { background-color: #C8093D; }
a { background-color: rgb(200,9,61); }
div.DivClassName
{
background-color: #C8093D;
}
.BgClassName
{
background-color: #C8093D;
}
</style>
border-color css
<style>
span { border-color: #C8093D; }
span { border-color: rgb(200,9,61); }
td.TdClassName
{
border-color: #C8093D;
}
.TagClassName
{
border-color: #C8093D;
}
</style>