Shades of Cardinal #CB1B41
Tints of Cardinal #CB1B41
RGB
CMYK
RGB Variations
Color information
#CB1B41 (or 0xCB1B41) is known color: Cardinal. HEX triplet: CB, 1B and 41. RGB value is (203,27,65). Sum of RGB (Red+Green+Blue) = 203+27+65=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1B41 is #34E4BE. Grayscale: #535353. Windows color (decimal): -3466431 or 4266955. OLE color: 4266955.
HSL color Cylindrical-coordinate representation of color #CB1B41: hue angle of 347.05º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1B41 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 65 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.20 |
| HSL | 347.05º | 0.77% | 0.45% | - |
| HSV(B) | 347.05º | 0.87% | 0.8% | - |
| XYZ | 25.97 | 13.86 | 6.31 | - |
| YUV | 83.96 | 117.31 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 65 | 0 | 0.87 | 0.68 | 0.20 | 347.05 | 0.77 | 0.45 |
| Hex | CB | 1B | 41 | 0 | 57 | 44 | 14 | 15B | 4D | 2D |
| Octal | 313 | 33 | 101 | 0 | 127 | 104 | 24 | 533 | 115 | 55 |
| Binary | 11001011 | 11011 | 1000001 | 0 | 1010111 | 1000100 | 10100 | 101011011 | 1001101 | 101101 |
Color Harmonies of #CB1B41
Complementary color
Monochromatic Colors of #CB1B41
Black with #CB1B41
Text Example
Text Example
White with #CB1B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1B41; }
p { color: rgb(203,27,65); }
H1.HeaderClassName
{
color: #CB1B41;
}
.AnyTagClassName
{
color: #CB1B41;
}
</style>
background-color css
<style>
a { background-color: #CB1B41; }
a { background-color: rgb(203,27,65); }
div.DivClassName
{
background-color: #CB1B41;
}
.BgClassName
{
background-color: #CB1B41;
}
</style>
border-color css
<style>
span { border-color: #CB1B41; }
span { border-color: rgb(203,27,65); }
td.TdClassName
{
border-color: #CB1B41;
}
.TagClassName
{
border-color: #CB1B41;
}
</style>