Shades of Cardinal #CB1E43
Tints of Cardinal #CB1E43
RGB
CMYK
RGB Variations
Color information
#CB1E43 (or 0xCB1E43) is known color: Cardinal. HEX triplet: CB, 1E and 43. RGB value is (203,30,67). Sum of RGB (Red+Green+Blue) = 203+30+67=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E43 is #34E1BC. Grayscale: #555555. Windows color (decimal): -3465661 or 4398795. OLE color: 4398795.
HSL color Cylindrical-coordinate representation of color #CB1E43: hue angle of 347.17º 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 #CB1E43 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 67 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.20 |
| HSL | 347.17º | 0.74% | 0.46% | - |
| HSV(B) | 347.17º | 0.85% | 0.8% | - |
| XYZ | 26.11 | 14.03 | 6.64 | - |
| YUV | 85.95 | 117.31 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 67 | 0 | 0.85 | 0.67 | 0.20 | 347.17 | 0.74 | 0.46 |
| Hex | CB | 1E | 43 | 0 | 55 | 43 | 14 | 15B | 4A | 2E |
| Octal | 313 | 36 | 103 | 0 | 125 | 103 | 24 | 533 | 112 | 56 |
| Binary | 11001011 | 11110 | 1000011 | 0 | 1010101 | 1000011 | 10100 | 101011011 | 1001010 | 101110 |
Color Harmonies of #CB1E43
Complementary color
Monochromatic Colors of #CB1E43
Black with #CB1E43
Text Example
Text Example
White with #CB1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E43; }
p { color: rgb(203,30,67); }
H1.HeaderClassName
{
color: #CB1E43;
}
.AnyTagClassName
{
color: #CB1E43;
}
</style>
background-color css
<style>
a { background-color: #CB1E43; }
a { background-color: rgb(203,30,67); }
div.DivClassName
{
background-color: #CB1E43;
}
.BgClassName
{
background-color: #CB1E43;
}
</style>
border-color css
<style>
span { border-color: #CB1E43; }
span { border-color: rgb(203,30,67); }
td.TdClassName
{
border-color: #CB1E43;
}
.TagClassName
{
border-color: #CB1E43;
}
</style>