Shades of Cardinal #C80B33
Tints of Cardinal #C80B33
RGB
CMYK
RGB Variations
Color information
#C80B33 (or 0xC80B33) is known color: Cardinal. HEX triplet: C8, 0B and 33. RGB value is (200,11,51). Sum of RGB (Red+Green+Blue) = 200+11+51=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B33 is #37F4CC. Grayscale: #484848. Windows color (decimal): -3667149 or 3345352. OLE color: 3345352.
HSL color Cylindrical-coordinate representation of color #C80B33: hue angle of 347.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B33 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 51 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.22 |
| HSL | 347.3º | 0.9% | 0.41% | - |
| HSV(B) | 347.3º | 0.95% | 0.78% | - |
| XYZ | 24.54 | 12.76 | 4.3 | - |
| YUV | 72.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 51 | 0 | 0.94 | 0.74 | 0.22 | 347.3 | 0.9 | 0.41 |
| Hex | C8 | B | 33 | 0 | 5E | 4A | 16 | 15B | 5A | 29 |
| Octal | 310 | 13 | 63 | 0 | 136 | 112 | 26 | 533 | 132 | 51 |
| Binary | 11001000 | 1011 | 110011 | 0 | 1011110 | 1001010 | 10110 | 101011011 | 1011010 | 101001 |
Color Harmonies of #C80B33
Complementary color
Monochromatic Colors of #C80B33
Black with #C80B33
Text Example
Text Example
White with #C80B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B33; }
p { color: rgb(200,11,51); }
H1.HeaderClassName
{
color: #C80B33;
}
.AnyTagClassName
{
color: #C80B33;
}
</style>
background-color css
<style>
a { background-color: #C80B33; }
a { background-color: rgb(200,11,51); }
div.DivClassName
{
background-color: #C80B33;
}
.BgClassName
{
background-color: #C80B33;
}
</style>
border-color css
<style>
span { border-color: #C80B33; }
span { border-color: rgb(200,11,51); }
td.TdClassName
{
border-color: #C80B33;
}
.TagClassName
{
border-color: #C80B33;
}
</style>