Shades of Cardinal #CB253B
Tints of Cardinal #CB253B
RGB
CMYK
RGB Variations
Color information
#CB253B (or 0xCB253B) is known color: Cardinal. HEX triplet: CB, 25 and 3B. RGB value is (203,37,59). Sum of RGB (Red+Green+Blue) = 203+37+59=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB253B is #34DAC4. Grayscale: #595959. Windows color (decimal): -3463877 or 3876299. OLE color: 3876299.
HSL color Cylindrical-coordinate representation of color #CB253B: hue angle of 352.05º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB253B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 59 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.20 |
| HSL | 352.05º | 0.69% | 0.47% | - |
| HSV(B) | 352.05º | 0.82% | 0.8% | - |
| XYZ | 26.08 | 14.34 | 5.53 | - |
| YUV | 89.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 59 | 0 | 0.82 | 0.71 | 0.20 | 352.05 | 0.69 | 0.47 |
| Hex | CB | 25 | 3B | 0 | 52 | 47 | 14 | 160 | 45 | 2F |
| Octal | 313 | 45 | 73 | 0 | 122 | 107 | 24 | 540 | 105 | 57 |
| Binary | 11001011 | 100101 | 111011 | 0 | 1010010 | 1000111 | 10100 | 101100000 | 1000101 | 101111 |
Color Harmonies of #CB253B
Complementary color
Monochromatic Colors of #CB253B
Black with #CB253B
Text Example
Text Example
White with #CB253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB253B; }
p { color: rgb(203,37,59); }
H1.HeaderClassName
{
color: #CB253B;
}
.AnyTagClassName
{
color: #CB253B;
}
</style>
background-color css
<style>
a { background-color: #CB253B; }
a { background-color: rgb(203,37,59); }
div.DivClassName
{
background-color: #CB253B;
}
.BgClassName
{
background-color: #CB253B;
}
</style>
border-color css
<style>
span { border-color: #CB253B; }
span { border-color: rgb(203,37,59); }
td.TdClassName
{
border-color: #CB253B;
}
.TagClassName
{
border-color: #CB253B;
}
</style>