Shades of Cardinal #C80938
Tints of Cardinal #C80938
RGB
CMYK
RGB Variations
Color information
#C80938 (or 0xC80938) is known color: Cardinal. HEX triplet: C8, 09 and 38. RGB value is (200,9,56). Sum of RGB (Red+Green+Blue) = 200+9+56=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C80938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80938 is #37F6C7. Grayscale: #474747. Windows color (decimal): -3667656 or 3672520. OLE color: 3672520.
HSL color Cylindrical-coordinate representation of color #C80938: hue angle of 345.24º 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 #C80938 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.22 |
| HSL | 345.24º | 0.91% | 0.41% | - |
| HSV(B) | 345.24º | 0.96% | 0.78% | - |
| XYZ | 24.63 | 12.76 | 4.91 | - |
| YUV | 71.47 | 119.28 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 56 | 0 | 0.96 | 0.72 | 0.22 | 345.24 | 0.91 | 0.41 |
| Hex | C8 | 9 | 38 | 0 | 60 | 48 | 16 | 159 | 5B | 29 |
| Octal | 310 | 11 | 70 | 0 | 140 | 110 | 26 | 531 | 133 | 51 |
| Binary | 11001000 | 1001 | 111000 | 0 | 1100000 | 1001000 | 10110 | 101011001 | 1011011 | 101001 |
Color Harmonies of #C80938
Complementary color
Monochromatic Colors of #C80938
Black with #C80938
Text Example
Text Example
White with #C80938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80938; }
p { color: rgb(200,9,56); }
H1.HeaderClassName
{
color: #C80938;
}
.AnyTagClassName
{
color: #C80938;
}
</style>
background-color css
<style>
a { background-color: #C80938; }
a { background-color: rgb(200,9,56); }
div.DivClassName
{
background-color: #C80938;
}
.BgClassName
{
background-color: #C80938;
}
</style>
border-color css
<style>
span { border-color: #C80938; }
span { border-color: rgb(200,9,56); }
td.TdClassName
{
border-color: #C80938;
}
.TagClassName
{
border-color: #C80938;
}
</style>