Shades of Cardinal #CB1E42
Tints of Cardinal #CB1E42
RGB
CMYK
RGB Variations
Color information
#CB1E42 (or 0xCB1E42) is known color: Cardinal. HEX triplet: CB, 1E and 42. RGB value is (203,30,66). Sum of RGB (Red+Green+Blue) = 203+30+66=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E42 is #34E1BD. Grayscale: #555555. Windows color (decimal): -3465662 or 4333259. OLE color: 4333259.
HSL color Cylindrical-coordinate representation of color #CB1E42: hue angle of 347.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E42 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 66 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.20 |
| HSL | 347.51º | 0.74% | 0.46% | - |
| HSV(B) | 347.51º | 0.85% | 0.8% | - |
| XYZ | 26.08 | 14.02 | 6.49 | - |
| YUV | 85.83 | 116.81 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 66 | 0 | 0.85 | 0.67 | 0.20 | 347.51 | 0.74 | 0.46 |
| Hex | CB | 1E | 42 | 0 | 55 | 43 | 14 | 15C | 4A | 2E |
| Octal | 313 | 36 | 102 | 0 | 125 | 103 | 24 | 534 | 112 | 56 |
| Binary | 11001011 | 11110 | 1000010 | 0 | 1010101 | 1000011 | 10100 | 101011100 | 1001010 | 101110 |
Color Harmonies of #CB1E42
Complementary color
Monochromatic Colors of #CB1E42
Black with #CB1E42
Text Example
Text Example
White with #CB1E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E42; }
p { color: rgb(203,30,66); }
H1.HeaderClassName
{
color: #CB1E42;
}
.AnyTagClassName
{
color: #CB1E42;
}
</style>
background-color css
<style>
a { background-color: #CB1E42; }
a { background-color: rgb(203,30,66); }
div.DivClassName
{
background-color: #CB1E42;
}
.BgClassName
{
background-color: #CB1E42;
}
</style>
border-color css
<style>
span { border-color: #CB1E42; }
span { border-color: rgb(203,30,66); }
td.TdClassName
{
border-color: #CB1E42;
}
.TagClassName
{
border-color: #CB1E42;
}
</style>