Shades of Cardinal #CB133E
Tints of Cardinal #CB133E
RGB
CMYK
RGB Variations
Color information
#CB133E (or 0xCB133E) is known color: Cardinal. HEX triplet: CB, 13 and 3E. RGB value is (203,19,62). Sum of RGB (Red+Green+Blue) = 203+19+62=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB133E is #34ECC1. Grayscale: #4E4E4E. Windows color (decimal): -3468482 or 4068299. OLE color: 4068299.
HSL color Cylindrical-coordinate representation of color #CB133E: hue angle of 345.98º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB133E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 62 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.20 |
| HSL | 345.98º | 0.83% | 0.44% | - |
| HSV(B) | 345.98º | 0.91% | 0.8% | - |
| XYZ | 25.73 | 13.51 | 5.81 | - |
| YUV | 78.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 62 | 0 | 0.91 | 0.69 | 0.20 | 345.98 | 0.83 | 0.44 |
| Hex | CB | 13 | 3E | 0 | 5B | 45 | 14 | 15A | 53 | 2C |
| Octal | 313 | 23 | 76 | 0 | 133 | 105 | 24 | 532 | 123 | 54 |
| Binary | 11001011 | 10011 | 111110 | 0 | 1011011 | 1000101 | 10100 | 101011010 | 1010011 | 101100 |
Color Harmonies of #CB133E
Complementary color
Monochromatic Colors of #CB133E
Black with #CB133E
Text Example
Text Example
White with #CB133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB133E; }
p { color: rgb(203,19,62); }
H1.HeaderClassName
{
color: #CB133E;
}
.AnyTagClassName
{
color: #CB133E;
}
</style>
background-color css
<style>
a { background-color: #CB133E; }
a { background-color: rgb(203,19,62); }
div.DivClassName
{
background-color: #CB133E;
}
.BgClassName
{
background-color: #CB133E;
}
</style>
border-color css
<style>
span { border-color: #CB133E; }
span { border-color: rgb(203,19,62); }
td.TdClassName
{
border-color: #CB133E;
}
.TagClassName
{
border-color: #CB133E;
}
</style>