Shades of Cardinal #CB1942
Tints of Cardinal #CB1942
RGB
CMYK
RGB Variations
Color information
#CB1942 (or 0xCB1942) is known color: Cardinal. HEX triplet: CB, 19 and 42. RGB value is (203,25,66). Sum of RGB (Red+Green+Blue) = 203+25+66=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1942 is #34E6BD. Grayscale: #525252. Windows color (decimal): -3466942 or 4331979. OLE color: 4331979.
HSL color Cylindrical-coordinate representation of color #CB1942: hue angle of 346.18º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1942 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 66 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.20 |
| HSL | 346.18º | 0.78% | 0.45% | - |
| HSV(B) | 346.18º | 0.88% | 0.8% | - |
| XYZ | 25.96 | 13.79 | 6.45 | - |
| YUV | 82.9 | 118.47 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 66 | 0 | 0.88 | 0.67 | 0.20 | 346.18 | 0.78 | 0.45 |
| Hex | CB | 19 | 42 | 0 | 58 | 43 | 14 | 15A | 4E | 2D |
| Octal | 313 | 31 | 102 | 0 | 130 | 103 | 24 | 532 | 116 | 55 |
| Binary | 11001011 | 11001 | 1000010 | 0 | 1011000 | 1000011 | 10100 | 101011010 | 1001110 | 101101 |
Color Harmonies of #CB1942
Complementary color
Monochromatic Colors of #CB1942
Black with #CB1942
Text Example
Text Example
White with #CB1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1942; }
p { color: rgb(203,25,66); }
H1.HeaderClassName
{
color: #CB1942;
}
.AnyTagClassName
{
color: #CB1942;
}
</style>
background-color css
<style>
a { background-color: #CB1942; }
a { background-color: rgb(203,25,66); }
div.DivClassName
{
background-color: #CB1942;
}
.BgClassName
{
background-color: #CB1942;
}
</style>
border-color css
<style>
span { border-color: #CB1942; }
span { border-color: rgb(203,25,66); }
td.TdClassName
{
border-color: #CB1942;
}
.TagClassName
{
border-color: #CB1942;
}
</style>