Shades of Cardinal #C81243
Tints of Cardinal #C81243
RGB
CMYK
RGB Variations
Color information
#C81243 (or 0xC81243) is known color: Cardinal. HEX triplet: C8, 12 and 43. RGB value is (200,18,67). Sum of RGB (Red+Green+Blue) = 200+18+67=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C81243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81243 is #37EDBC. Grayscale: #4D4D4D. Windows color (decimal): -3665341 or 4395720. OLE color: 4395720.
HSL color Cylindrical-coordinate representation of color #C81243: hue angle of 343.85º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81243 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 67 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.22 |
| HSL | 343.85º | 0.83% | 0.43% | - |
| HSV(B) | 343.85º | 0.91% | 0.78% | - |
| XYZ | 25.05 | 13.12 | 6.52 | - |
| YUV | 78 | 121.8 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 67 | 0 | 0.91 | 0.66 | 0.22 | 343.85 | 0.83 | 0.43 |
| Hex | C8 | 12 | 43 | 0 | 5B | 42 | 16 | 158 | 53 | 2B |
| Octal | 310 | 22 | 103 | 0 | 133 | 102 | 26 | 530 | 123 | 53 |
| Binary | 11001000 | 10010 | 1000011 | 0 | 1011011 | 1000010 | 10110 | 101011000 | 1010011 | 101011 |
Color Harmonies of #C81243
Complementary color
Monochromatic Colors of #C81243
Black with #C81243
Text Example
Text Example
White with #C81243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81243; }
p { color: rgb(200,18,67); }
H1.HeaderClassName
{
color: #C81243;
}
.AnyTagClassName
{
color: #C81243;
}
</style>
background-color css
<style>
a { background-color: #C81243; }
a { background-color: rgb(200,18,67); }
div.DivClassName
{
background-color: #C81243;
}
.BgClassName
{
background-color: #C81243;
}
</style>
border-color css
<style>
span { border-color: #C81243; }
span { border-color: rgb(200,18,67); }
td.TdClassName
{
border-color: #C81243;
}
.TagClassName
{
border-color: #C81243;
}
</style>