Shades of Cardinal #CB263A
Tints of Cardinal #CB263A
RGB
CMYK
RGB Variations
Color information
#CB263A (or 0xCB263A) is known color: Cardinal. HEX triplet: CB, 26 and 3A. RGB value is (203,38,58). Sum of RGB (Red+Green+Blue) = 203+38+58=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB263A is #34D9C5. Grayscale: #595959. Windows color (decimal): -3463622 or 3811019. OLE color: 3811019.
HSL color Cylindrical-coordinate representation of color #CB263A: hue angle of 352.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB263A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 58 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.20 |
| HSL | 352.73º | 0.68% | 0.47% | - |
| HSV(B) | 352.73º | 0.81% | 0.8% | - |
| XYZ | 26.09 | 14.39 | 5.41 | - |
| YUV | 89.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 58 | 0 | 0.81 | 0.71 | 0.20 | 352.73 | 0.68 | 0.47 |
| Hex | CB | 26 | 3A | 0 | 51 | 47 | 14 | 161 | 44 | 2F |
| Octal | 313 | 46 | 72 | 0 | 121 | 107 | 24 | 541 | 104 | 57 |
| Binary | 11001011 | 100110 | 111010 | 0 | 1010001 | 1000111 | 10100 | 101100001 | 1000100 | 101111 |
Color Harmonies of #CB263A
Complementary color
Monochromatic Colors of #CB263A
Black with #CB263A
Text Example
Text Example
White with #CB263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB263A; }
p { color: rgb(203,38,58); }
H1.HeaderClassName
{
color: #CB263A;
}
.AnyTagClassName
{
color: #CB263A;
}
</style>
background-color css
<style>
a { background-color: #CB263A; }
a { background-color: rgb(203,38,58); }
div.DivClassName
{
background-color: #CB263A;
}
.BgClassName
{
background-color: #CB263A;
}
</style>
border-color css
<style>
span { border-color: #CB263A; }
span { border-color: rgb(203,38,58); }
td.TdClassName
{
border-color: #CB263A;
}
.TagClassName
{
border-color: #CB263A;
}
</style>