Shades of Cardinal #CB1742
Tints of Cardinal #CB1742
RGB
CMYK
RGB Variations
Color information
#CB1742 (or 0xCB1742) is known color: Cardinal. HEX triplet: CB, 17 and 42. RGB value is (203,23,66). Sum of RGB (Red+Green+Blue) = 203+23+66=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1742 is #34E8BD. Grayscale: #515151. Windows color (decimal): -3467454 or 4331467. OLE color: 4331467.
HSL color Cylindrical-coordinate representation of color #CB1742: hue angle of 345.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1742 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 66 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.20 |
| HSL | 345.67º | 0.8% | 0.44% | - |
| HSV(B) | 345.67º | 0.89% | 0.8% | - |
| XYZ | 25.92 | 13.7 | 6.43 | - |
| YUV | 81.72 | 119.13 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 66 | 0 | 0.89 | 0.67 | 0.20 | 345.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 42 | 0 | 59 | 43 | 14 | 15A | 50 | 2C |
| Octal | 313 | 27 | 102 | 0 | 131 | 103 | 24 | 532 | 120 | 54 |
| Binary | 11001011 | 10111 | 1000010 | 0 | 1011001 | 1000011 | 10100 | 101011010 | 1010000 | 101100 |
Color Harmonies of #CB1742
Complementary color
Monochromatic Colors of #CB1742
Black with #CB1742
Text Example
Text Example
White with #CB1742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1742; }
p { color: rgb(203,23,66); }
H1.HeaderClassName
{
color: #CB1742;
}
.AnyTagClassName
{
color: #CB1742;
}
</style>
background-color css
<style>
a { background-color: #CB1742; }
a { background-color: rgb(203,23,66); }
div.DivClassName
{
background-color: #CB1742;
}
.BgClassName
{
background-color: #CB1742;
}
</style>
border-color css
<style>
span { border-color: #CB1742; }
span { border-color: rgb(203,23,66); }
td.TdClassName
{
border-color: #CB1742;
}
.TagClassName
{
border-color: #CB1742;
}
</style>