Shades of Cardinal #CB2533
Tints of Cardinal #CB2533
RGB
CMYK
RGB Variations
Color information
#CB2533 (or 0xCB2533) is known color: Cardinal. HEX triplet: CB, 25 and 33. RGB value is (203,37,51). Sum of RGB (Red+Green+Blue) = 203+37+51=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2533 is #34DACC. Grayscale: #585858. Windows color (decimal): -3463885 or 3352011. OLE color: 3352011.
HSL color Cylindrical-coordinate representation of color #CB2533: hue angle of 354.94º 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 #CB2533 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 51 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.20 |
| HSL | 354.94º | 0.69% | 0.47% | - |
| HSV(B) | 354.94º | 0.82% | 0.8% | - |
| XYZ | 25.89 | 14.26 | 4.52 | - |
| YUV | 88.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 51 | 0 | 0.82 | 0.75 | 0.20 | 354.94 | 0.69 | 0.47 |
| Hex | CB | 25 | 33 | 0 | 52 | 4B | 14 | 163 | 45 | 2F |
| Octal | 313 | 45 | 63 | 0 | 122 | 113 | 24 | 543 | 105 | 57 |
| Binary | 11001011 | 100101 | 110011 | 0 | 1010010 | 1001011 | 10100 | 101100011 | 1000101 | 101111 |
Color Harmonies of #CB2533
Complementary color
Monochromatic Colors of #CB2533
Black with #CB2533
Text Example
Text Example
White with #CB2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2533; }
p { color: rgb(203,37,51); }
H1.HeaderClassName
{
color: #CB2533;
}
.AnyTagClassName
{
color: #CB2533;
}
</style>
background-color css
<style>
a { background-color: #CB2533; }
a { background-color: rgb(203,37,51); }
div.DivClassName
{
background-color: #CB2533;
}
.BgClassName
{
background-color: #CB2533;
}
</style>
border-color css
<style>
span { border-color: #CB2533; }
span { border-color: rgb(203,37,51); }
td.TdClassName
{
border-color: #CB2533;
}
.TagClassName
{
border-color: #CB2533;
}
</style>