Shades of Cardinal #C80D2F
Tints of Cardinal #C80D2F
RGB
CMYK
RGB Variations
Color information
#C80D2F (or 0xC80D2F) is known color: Cardinal. HEX triplet: C8, 0D and 2F. RGB value is (200,13,47). Sum of RGB (Red+Green+Blue) = 200+13+47=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80D2F is #37F2D0. Grayscale: #484848. Windows color (decimal): -3666641 or 3083720. OLE color: 3083720.
HSL color Cylindrical-coordinate representation of color #C80D2F: hue angle of 349.09º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D2F is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 47 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.22 |
| HSL | 349.09º | 0.88% | 0.42% | - |
| HSV(B) | 349.09º | 0.94% | 0.78% | - |
| XYZ | 24.48 | 12.77 | 3.86 | - |
| YUV | 72.79 | 113.45 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 47 | 0 | 0.94 | 0.76 | 0.22 | 349.09 | 0.88 | 0.42 |
| Hex | C8 | D | 2F | 0 | 5E | 4C | 16 | 15D | 58 | 2A |
| Octal | 310 | 15 | 57 | 0 | 136 | 114 | 26 | 535 | 130 | 52 |
| Binary | 11001000 | 1101 | 101111 | 0 | 1011110 | 1001100 | 10110 | 101011101 | 1011000 | 101010 |
Color Harmonies of #C80D2F
Complementary color
Monochromatic Colors of #C80D2F
Black with #C80D2F
Text Example
Text Example
White with #C80D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D2F; }
p { color: rgb(200,13,47); }
H1.HeaderClassName
{
color: #C80D2F;
}
.AnyTagClassName
{
color: #C80D2F;
}
</style>
background-color css
<style>
a { background-color: #C80D2F; }
a { background-color: rgb(200,13,47); }
div.DivClassName
{
background-color: #C80D2F;
}
.BgClassName
{
background-color: #C80D2F;
}
</style>
border-color css
<style>
span { border-color: #C80D2F; }
span { border-color: rgb(200,13,47); }
td.TdClassName
{
border-color: #C80D2F;
}
.TagClassName
{
border-color: #C80D2F;
}
</style>