Shades of Cardinal #CB1743
Tints of Cardinal #CB1743
RGB
CMYK
RGB Variations
Color information
#CB1743 (or 0xCB1743) is known color: Cardinal. HEX triplet: CB, 17 and 43. RGB value is (203,23,67). Sum of RGB (Red+Green+Blue) = 203+23+67=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1743 is #34E8BC. Grayscale: #515151. Windows color (decimal): -3467453 or 4397003. OLE color: 4397003.
HSL color Cylindrical-coordinate representation of color #CB1743: hue angle of 345.33º 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 #CB1743 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 67 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.20 |
| HSL | 345.33º | 0.8% | 0.44% | - |
| HSV(B) | 345.33º | 0.89% | 0.8% | - |
| XYZ | 25.95 | 13.71 | 6.59 | - |
| YUV | 81.84 | 119.63 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 67 | 0 | 0.89 | 0.67 | 0.20 | 345.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 43 | 0 | 59 | 43 | 14 | 159 | 50 | 2C |
| Octal | 313 | 27 | 103 | 0 | 131 | 103 | 24 | 531 | 120 | 54 |
| Binary | 11001011 | 10111 | 1000011 | 0 | 1011001 | 1000011 | 10100 | 101011001 | 1010000 | 101100 |
Color Harmonies of #CB1743
Complementary color
Monochromatic Colors of #CB1743
Black with #CB1743
Text Example
Text Example
White with #CB1743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1743; }
p { color: rgb(203,23,67); }
H1.HeaderClassName
{
color: #CB1743;
}
.AnyTagClassName
{
color: #CB1743;
}
</style>
background-color css
<style>
a { background-color: #CB1743; }
a { background-color: rgb(203,23,67); }
div.DivClassName
{
background-color: #CB1743;
}
.BgClassName
{
background-color: #CB1743;
}
</style>
border-color css
<style>
span { border-color: #CB1743; }
span { border-color: rgb(203,23,67); }
td.TdClassName
{
border-color: #CB1743;
}
.TagClassName
{
border-color: #CB1743;
}
</style>