Shades of Cardinal #C81935
Tints of Cardinal #C81935
RGB
CMYK
RGB Variations
Color information
#C81935 (or 0xC81935) is known color: Cardinal. HEX triplet: C8, 19 and 35. RGB value is (200,25,53). Sum of RGB (Red+Green+Blue) = 200+25+53=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C81935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81935 is #37E6CA. Grayscale: #505050. Windows color (decimal): -3663563 or 3480008. OLE color: 3480008.
HSL color Cylindrical-coordinate representation of color #C81935: hue angle of 350.4º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81935 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 53 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.22 |
| HSL | 350.4º | 0.78% | 0.44% | - |
| HSV(B) | 350.4º | 0.88% | 0.78% | - |
| XYZ | 24.81 | 13.23 | 4.61 | - |
| YUV | 80.52 | 112.48 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 53 | 0 | 0.88 | 0.74 | 0.22 | 350.4 | 0.78 | 0.44 |
| Hex | C8 | 19 | 35 | 0 | 58 | 4A | 16 | 15E | 4E | 2C |
| Octal | 310 | 31 | 65 | 0 | 130 | 112 | 26 | 536 | 116 | 54 |
| Binary | 11001000 | 11001 | 110101 | 0 | 1011000 | 1001010 | 10110 | 101011110 | 1001110 | 101100 |
Color Harmonies of #C81935
Complementary color
Monochromatic Colors of #C81935
Black with #C81935
Text Example
Text Example
White with #C81935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81935; }
p { color: rgb(200,25,53); }
H1.HeaderClassName
{
color: #C81935;
}
.AnyTagClassName
{
color: #C81935;
}
</style>
background-color css
<style>
a { background-color: #C81935; }
a { background-color: rgb(200,25,53); }
div.DivClassName
{
background-color: #C81935;
}
.BgClassName
{
background-color: #C81935;
}
</style>
border-color css
<style>
span { border-color: #C81935; }
span { border-color: rgb(200,25,53); }
td.TdClassName
{
border-color: #C81935;
}
.TagClassName
{
border-color: #C81935;
}
</style>