Shades of Cardinal #C81435
Tints of Cardinal #C81435
RGB
CMYK
RGB Variations
Color information
#C81435 (or 0xC81435) is known color: Cardinal. HEX triplet: C8, 14 and 35. RGB value is (200,20,53). Sum of RGB (Red+Green+Blue) = 200+20+53=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C81435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81435 is #37EBCA. Grayscale: #4D4D4D. Windows color (decimal): -3664843 or 3478728. OLE color: 3478728.
HSL color Cylindrical-coordinate representation of color #C81435: hue angle of 349º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81435 is Cyan = 0, Magento = 0.9, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 53 | - |
| CMYK | 0 | 0.9 | 0.74 | 0.22 |
| HSL | 349º | 0.82% | 0.43% | - |
| HSV(B) | 349º | 0.9% | 0.78% | - |
| XYZ | 24.71 | 13.04 | 4.58 | - |
| YUV | 77.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 53 | 0 | 0.9 | 0.74 | 0.22 | 349 | 0.82 | 0.43 |
| Hex | C8 | 14 | 35 | 0 | 5A | 4A | 16 | 15D | 52 | 2B |
| Octal | 310 | 24 | 65 | 0 | 132 | 112 | 26 | 535 | 122 | 53 |
| Binary | 11001000 | 10100 | 110101 | 0 | 1011010 | 1001010 | 10110 | 101011101 | 1010010 | 101011 |
Color Harmonies of #C81435
Complementary color
Monochromatic Colors of #C81435
Black with #C81435
Text Example
Text Example
White with #C81435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81435; }
p { color: rgb(200,20,53); }
H1.HeaderClassName
{
color: #C81435;
}
.AnyTagClassName
{
color: #C81435;
}
</style>
background-color css
<style>
a { background-color: #C81435; }
a { background-color: rgb(200,20,53); }
div.DivClassName
{
background-color: #C81435;
}
.BgClassName
{
background-color: #C81435;
}
</style>
border-color css
<style>
span { border-color: #C81435; }
span { border-color: rgb(200,20,53); }
td.TdClassName
{
border-color: #C81435;
}
.TagClassName
{
border-color: #C81435;
}
</style>