Shades of Cardinal #CB1935
Tints of Cardinal #CB1935
RGB
CMYK
RGB Variations
Color information
#CB1935 (or 0xCB1935) is known color: Cardinal. HEX triplet: CB, 19 and 35. RGB value is (203,25,53). Sum of RGB (Red+Green+Blue) = 203+25+53=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1935 is #34E6CA. Grayscale: #515151. Windows color (decimal): -3466955 or 3480011. OLE color: 3480011.
HSL color Cylindrical-coordinate representation of color #CB1935: hue angle of 350.56º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1935 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 53 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.20 |
| HSL | 350.56º | 0.78% | 0.45% | - |
| HSV(B) | 350.56º | 0.88% | 0.8% | - |
| XYZ | 25.62 | 13.65 | 4.65 | - |
| YUV | 81.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 53 | 0 | 0.88 | 0.74 | 0.20 | 350.56 | 0.78 | 0.45 |
| Hex | CB | 19 | 35 | 0 | 58 | 4A | 14 | 15F | 4E | 2D |
| Octal | 313 | 31 | 65 | 0 | 130 | 112 | 24 | 537 | 116 | 55 |
| Binary | 11001011 | 11001 | 110101 | 0 | 1011000 | 1001010 | 10100 | 101011111 | 1001110 | 101101 |
Color Harmonies of #CB1935
Complementary color
Monochromatic Colors of #CB1935
Black with #CB1935
Text Example
Text Example
White with #CB1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1935; }
p { color: rgb(203,25,53); }
H1.HeaderClassName
{
color: #CB1935;
}
.AnyTagClassName
{
color: #CB1935;
}
</style>
background-color css
<style>
a { background-color: #CB1935; }
a { background-color: rgb(203,25,53); }
div.DivClassName
{
background-color: #CB1935;
}
.BgClassName
{
background-color: #CB1935;
}
</style>
border-color css
<style>
span { border-color: #CB1935; }
span { border-color: rgb(203,25,53); }
td.TdClassName
{
border-color: #CB1935;
}
.TagClassName
{
border-color: #CB1935;
}
</style>