Shades of Cardinal #C8183F
Tints of Cardinal #C8183F
RGB
CMYK
RGB Variations
Color information
#C8183F (or 0xC8183F) is known color: Cardinal. HEX triplet: C8, 18 and 3F. RGB value is (200,24,63). Sum of RGB (Red+Green+Blue) = 200+24+63=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C8183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8183F is #37E7C0. Grayscale: #515151. Windows color (decimal): -3663809 or 4135112. OLE color: 4135112.
HSL color Cylindrical-coordinate representation of color #C8183F: hue angle of 346.7º 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 #C8183F is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 63 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.22 |
| HSL | 346.7º | 0.79% | 0.44% | - |
| HSV(B) | 346.7º | 0.88% | 0.78% | - |
| XYZ | 25.04 | 13.29 | 5.95 | - |
| YUV | 81.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 63 | 0 | 0.88 | 0.68 | 0.22 | 346.7 | 0.79 | 0.44 |
| Hex | C8 | 18 | 3F | 0 | 58 | 44 | 16 | 15B | 4F | 2C |
| Octal | 310 | 30 | 77 | 0 | 130 | 104 | 26 | 533 | 117 | 54 |
| Binary | 11001000 | 11000 | 111111 | 0 | 1011000 | 1000100 | 10110 | 101011011 | 1001111 | 101100 |
Color Harmonies of #C8183F
Complementary color
Monochromatic Colors of #C8183F
Black with #C8183F
Text Example
Text Example
White with #C8183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8183F; }
p { color: rgb(200,24,63); }
H1.HeaderClassName
{
color: #C8183F;
}
.AnyTagClassName
{
color: #C8183F;
}
</style>
background-color css
<style>
a { background-color: #C8183F; }
a { background-color: rgb(200,24,63); }
div.DivClassName
{
background-color: #C8183F;
}
.BgClassName
{
background-color: #C8183F;
}
</style>
border-color css
<style>
span { border-color: #C8183F; }
span { border-color: rgb(200,24,63); }
td.TdClassName
{
border-color: #C8183F;
}
.TagClassName
{
border-color: #C8183F;
}
</style>