Shades of Cardinal #CB1C39
Tints of Cardinal #CB1C39
RGB
CMYK
RGB Variations
Color information
#CB1C39 (or 0xCB1C39) is known color: Cardinal. HEX triplet: CB, 1C and 39. RGB value is (203,28,57). Sum of RGB (Red+Green+Blue) = 203+28+57=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C39 is #34E3C6. Grayscale: #535353. Windows color (decimal): -3466183 or 3742923. OLE color: 3742923.
HSL color Cylindrical-coordinate representation of color #CB1C39: hue angle of 350.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C39 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 57 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.20 |
| HSL | 350.06º | 0.76% | 0.45% | - |
| HSV(B) | 350.06º | 0.86% | 0.8% | - |
| XYZ | 25.78 | 13.82 | 5.18 | - |
| YUV | 83.63 | 112.98 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 57 | 0 | 0.86 | 0.72 | 0.20 | 350.06 | 0.76 | 0.45 |
| Hex | CB | 1C | 39 | 0 | 56 | 48 | 14 | 15E | 4C | 2D |
| Octal | 313 | 34 | 71 | 0 | 126 | 110 | 24 | 536 | 114 | 55 |
| Binary | 11001011 | 11100 | 111001 | 0 | 1010110 | 1001000 | 10100 | 101011110 | 1001100 | 101101 |
Color Harmonies of #CB1C39
Complementary color
Monochromatic Colors of #CB1C39
Black with #CB1C39
Text Example
Text Example
White with #CB1C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1C39; }
p { color: rgb(203,28,57); }
H1.HeaderClassName
{
color: #CB1C39;
}
.AnyTagClassName
{
color: #CB1C39;
}
</style>
background-color css
<style>
a { background-color: #CB1C39; }
a { background-color: rgb(203,28,57); }
div.DivClassName
{
background-color: #CB1C39;
}
.BgClassName
{
background-color: #CB1C39;
}
</style>
border-color css
<style>
span { border-color: #CB1C39; }
span { border-color: rgb(203,28,57); }
td.TdClassName
{
border-color: #CB1C39;
}
.TagClassName
{
border-color: #CB1C39;
}
</style>