Shades of Cardinal #CB113E
Tints of Cardinal #CB113E
RGB
CMYK
RGB Variations
Color information
#CB113E (or 0xCB113E) is known color: Cardinal. HEX triplet: CB, 11 and 3E. RGB value is (203,17,62). Sum of RGB (Red+Green+Blue) = 203+17+62=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB113E is #34EEC1. Grayscale: #4D4D4D. Windows color (decimal): -3468994 or 4067787. OLE color: 4067787.
HSL color Cylindrical-coordinate representation of color #CB113E: hue angle of 345.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB113E is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 62 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.20 |
| HSL | 345.48º | 0.85% | 0.43% | - |
| HSV(B) | 345.48º | 0.92% | 0.8% | - |
| XYZ | 25.7 | 13.45 | 5.8 | - |
| YUV | 77.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 62 | 0 | 0.92 | 0.69 | 0.20 | 345.48 | 0.85 | 0.43 |
| Hex | CB | 11 | 3E | 0 | 5C | 45 | 14 | 159 | 55 | 2B |
| Octal | 313 | 21 | 76 | 0 | 134 | 105 | 24 | 531 | 125 | 53 |
| Binary | 11001011 | 10001 | 111110 | 0 | 1011100 | 1000101 | 10100 | 101011001 | 1010101 | 101011 |
Color Harmonies of #CB113E
Complementary color
Monochromatic Colors of #CB113E
Black with #CB113E
Text Example
Text Example
White with #CB113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB113E; }
p { color: rgb(203,17,62); }
H1.HeaderClassName
{
color: #CB113E;
}
.AnyTagClassName
{
color: #CB113E;
}
</style>
background-color css
<style>
a { background-color: #CB113E; }
a { background-color: rgb(203,17,62); }
div.DivClassName
{
background-color: #CB113E;
}
.BgClassName
{
background-color: #CB113E;
}
</style>
border-color css
<style>
span { border-color: #CB113E; }
span { border-color: rgb(203,17,62); }
td.TdClassName
{
border-color: #CB113E;
}
.TagClassName
{
border-color: #CB113E;
}
</style>