Shades of Cardinal #C81834
Tints of Cardinal #C81834
RGB
CMYK
RGB Variations
Color information
#C81834 (or 0xC81834) is known color: Cardinal. HEX triplet: C8, 18 and 34. RGB value is (200,24,52). Sum of RGB (Red+Green+Blue) = 200+24+52=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C81834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81834 is #37E7CB. Grayscale: #4F4F4F. Windows color (decimal): -3663820 or 3414216. OLE color: 3414216.
HSL color Cylindrical-coordinate representation of color #C81834: hue angle of 350.45º degrees, saturation: 0.79, 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 #C81834 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 52 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.22 |
| HSL | 350.45º | 0.79% | 0.44% | - |
| HSV(B) | 350.45º | 0.88% | 0.78% | - |
| XYZ | 24.77 | 13.18 | 4.49 | - |
| YUV | 79.82 | 112.31 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 52 | 0 | 0.88 | 0.74 | 0.22 | 350.45 | 0.79 | 0.44 |
| Hex | C8 | 18 | 34 | 0 | 58 | 4A | 16 | 15E | 4F | 2C |
| Octal | 310 | 30 | 64 | 0 | 130 | 112 | 26 | 536 | 117 | 54 |
| Binary | 11001000 | 11000 | 110100 | 0 | 1011000 | 1001010 | 10110 | 101011110 | 1001111 | 101100 |
Color Harmonies of #C81834
Complementary color
Monochromatic Colors of #C81834
Black with #C81834
Text Example
Text Example
White with #C81834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81834; }
p { color: rgb(200,24,52); }
H1.HeaderClassName
{
color: #C81834;
}
.AnyTagClassName
{
color: #C81834;
}
</style>
background-color css
<style>
a { background-color: #C81834; }
a { background-color: rgb(200,24,52); }
div.DivClassName
{
background-color: #C81834;
}
.BgClassName
{
background-color: #C81834;
}
</style>
border-color css
<style>
span { border-color: #C81834; }
span { border-color: rgb(200,24,52); }
td.TdClassName
{
border-color: #C81834;
}
.TagClassName
{
border-color: #C81834;
}
</style>