Shades of Cardinal #C81730
Tints of Cardinal #C81730
RGB
CMYK
RGB Variations
Color information
#C81730 (or 0xC81730) is known color: Cardinal. HEX triplet: C8, 17 and 30. RGB value is (200,23,48). Sum of RGB (Red+Green+Blue) = 200+23+48=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C81730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81730 is #37E8CF. Grayscale: #4E4E4E. Windows color (decimal): -3664080 or 3151816. OLE color: 3151816.
HSL color Cylindrical-coordinate representation of color #C81730: hue angle of 351.53º 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 #C81730 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 48 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.22 |
| HSL | 351.53º | 0.79% | 0.44% | - |
| HSV(B) | 351.53º | 0.89% | 0.78% | - |
| XYZ | 24.66 | 13.11 | 4.03 | - |
| YUV | 78.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 48 | 0 | 0.88 | 0.76 | 0.22 | 351.53 | 0.79 | 0.44 |
| Hex | C8 | 17 | 30 | 0 | 58 | 4C | 16 | 160 | 4F | 2C |
| Octal | 310 | 27 | 60 | 0 | 130 | 114 | 26 | 540 | 117 | 54 |
| Binary | 11001000 | 10111 | 110000 | 0 | 1011000 | 1001100 | 10110 | 101100000 | 1001111 | 101100 |
Color Harmonies of #C81730
Complementary color
Monochromatic Colors of #C81730
Black with #C81730
Text Example
Text Example
White with #C81730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81730; }
p { color: rgb(200,23,48); }
H1.HeaderClassName
{
color: #C81730;
}
.AnyTagClassName
{
color: #C81730;
}
</style>
background-color css
<style>
a { background-color: #C81730; }
a { background-color: rgb(200,23,48); }
div.DivClassName
{
background-color: #C81730;
}
.BgClassName
{
background-color: #C81730;
}
</style>
border-color css
<style>
span { border-color: #C81730; }
span { border-color: rgb(200,23,48); }
td.TdClassName
{
border-color: #C81730;
}
.TagClassName
{
border-color: #C81730;
}
</style>