Shades of Cardinal #C8133F
Tints of Cardinal #C8133F
RGB
CMYK
RGB Variations
Color information
#C8133F (or 0xC8133F) is known color: Cardinal. HEX triplet: C8, 13 and 3F. RGB value is (200,19,63). Sum of RGB (Red+Green+Blue) = 200+19+63=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8133F is #37ECC0. Grayscale: #4E4E4E. Windows color (decimal): -3665089 or 4133832. OLE color: 4133832.
HSL color Cylindrical-coordinate representation of color #C8133F: hue angle of 345.41º degrees, saturation: 0.83, 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 #C8133F is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 63 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.22 |
| HSL | 345.41º | 0.83% | 0.43% | - |
| HSV(B) | 345.41º | 0.91% | 0.78% | - |
| XYZ | 24.95 | 13.1 | 5.92 | - |
| YUV | 78.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 63 | 0 | 0.90 | 0.68 | 0.22 | 345.41 | 0.83 | 0.43 |
| Hex | C8 | 13 | 3F | 0 | 5A | 44 | 16 | 159 | 53 | 2B |
| Octal | 310 | 23 | 77 | 0 | 132 | 104 | 26 | 531 | 123 | 53 |
| Binary | 11001000 | 10011 | 111111 | 0 | 1011010 | 1000100 | 10110 | 101011001 | 1010011 | 101011 |
Color Harmonies of #C8133F
Complementary color
Monochromatic Colors of #C8133F
Black with #C8133F
Text Example
Text Example
White with #C8133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8133F; }
p { color: rgb(200,19,63); }
H1.HeaderClassName
{
color: #C8133F;
}
.AnyTagClassName
{
color: #C8133F;
}
</style>
background-color css
<style>
a { background-color: #C8133F; }
a { background-color: rgb(200,19,63); }
div.DivClassName
{
background-color: #C8133F;
}
.BgClassName
{
background-color: #C8133F;
}
</style>
border-color css
<style>
span { border-color: #C8133F; }
span { border-color: rgb(200,19,63); }
td.TdClassName
{
border-color: #C8133F;
}
.TagClassName
{
border-color: #C8133F;
}
</style>