Shades of Cardinal #C81733
Tints of Cardinal #C81733
RGB
CMYK
RGB Variations
Color information
#C81733 (or 0xC81733) is known color: Cardinal. HEX triplet: C8, 17 and 33. RGB value is (200,23,51). Sum of RGB (Red+Green+Blue) = 200+23+51=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C81733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81733 is #37E8CC. Grayscale: #4F4F4F. Windows color (decimal): -3664077 or 3348424. OLE color: 3348424.
HSL color Cylindrical-coordinate representation of color #C81733: hue angle of 350.51º 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 #C81733 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 51 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.22 |
| HSL | 350.51º | 0.79% | 0.44% | - |
| HSV(B) | 350.51º | 0.89% | 0.78% | - |
| XYZ | 24.72 | 13.13 | 4.36 | - |
| YUV | 79.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 51 | 0 | 0.88 | 0.74 | 0.22 | 350.51 | 0.79 | 0.44 |
| Hex | C8 | 17 | 33 | 0 | 58 | 4A | 16 | 15F | 4F | 2C |
| Octal | 310 | 27 | 63 | 0 | 130 | 112 | 26 | 537 | 117 | 54 |
| Binary | 11001000 | 10111 | 110011 | 0 | 1011000 | 1001010 | 10110 | 101011111 | 1001111 | 101100 |
Color Harmonies of #C81733
Complementary color
Monochromatic Colors of #C81733
Black with #C81733
Text Example
Text Example
White with #C81733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81733; }
p { color: rgb(200,23,51); }
H1.HeaderClassName
{
color: #C81733;
}
.AnyTagClassName
{
color: #C81733;
}
</style>
background-color css
<style>
a { background-color: #C81733; }
a { background-color: rgb(200,23,51); }
div.DivClassName
{
background-color: #C81733;
}
.BgClassName
{
background-color: #C81733;
}
</style>
border-color css
<style>
span { border-color: #C81733; }
span { border-color: rgb(200,23,51); }
td.TdClassName
{
border-color: #C81733;
}
.TagClassName
{
border-color: #C81733;
}
</style>