Shades of Cardinal #CB133F
Tints of Cardinal #CB133F
RGB
CMYK
RGB Variations
Color information
#CB133F (or 0xCB133F) is known color: Cardinal. HEX triplet: CB, 13 and 3F. RGB value is (203,19,63). Sum of RGB (Red+Green+Blue) = 203+19+63=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB133F is #34ECC0. Grayscale: #4F4F4F. Windows color (decimal): -3468481 or 4133835. OLE color: 4133835.
HSL color Cylindrical-coordinate representation of color #CB133F: hue angle of 345.65º 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 #CB133F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 63 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.20 |
| HSL | 345.65º | 0.83% | 0.44% | - |
| HSV(B) | 345.65º | 0.91% | 0.8% | - |
| XYZ | 25.76 | 13.52 | 5.95 | - |
| YUV | 79.03 | 118.96 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 63 | 0 | 0.91 | 0.69 | 0.20 | 345.65 | 0.83 | 0.44 |
| Hex | CB | 13 | 3F | 0 | 5B | 45 | 14 | 15A | 53 | 2C |
| Octal | 313 | 23 | 77 | 0 | 133 | 105 | 24 | 532 | 123 | 54 |
| Binary | 11001011 | 10011 | 111111 | 0 | 1011011 | 1000101 | 10100 | 101011010 | 1010011 | 101100 |
Color Harmonies of #CB133F
Complementary color
Monochromatic Colors of #CB133F
Black with #CB133F
Text Example
Text Example
White with #CB133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB133F; }
p { color: rgb(203,19,63); }
H1.HeaderClassName
{
color: #CB133F;
}
.AnyTagClassName
{
color: #CB133F;
}
</style>
background-color css
<style>
a { background-color: #CB133F; }
a { background-color: rgb(203,19,63); }
div.DivClassName
{
background-color: #CB133F;
}
.BgClassName
{
background-color: #CB133F;
}
</style>
border-color css
<style>
span { border-color: #CB133F; }
span { border-color: rgb(203,19,63); }
td.TdClassName
{
border-color: #CB133F;
}
.TagClassName
{
border-color: #CB133F;
}
</style>