Shades of Cardinal #CB103F
Tints of Cardinal #CB103F
RGB
CMYK
RGB Variations
Color information
#CB103F (or 0xCB103F) is known color: Cardinal. HEX triplet: CB, 10 and 3F. RGB value is (203,16,63). Sum of RGB (Red+Green+Blue) = 203+16+63=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB103F is #34EFC0. Grayscale: #4D4D4D. Windows color (decimal): -3469249 or 4133067. OLE color: 4133067.
HSL color Cylindrical-coordinate representation of color #CB103F: hue angle of 344.92º 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 #CB103F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.20 |
| HSL | 344.92º | 0.85% | 0.43% | - |
| HSV(B) | 344.92º | 0.92% | 0.8% | - |
| XYZ | 25.71 | 13.43 | 5.94 | - |
| YUV | 77.27 | 119.95 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 63 | 0 | 0.92 | 0.69 | 0.20 | 344.92 | 0.85 | 0.43 |
| Hex | CB | 10 | 3F | 0 | 5C | 45 | 14 | 159 | 55 | 2B |
| Octal | 313 | 20 | 77 | 0 | 134 | 105 | 24 | 531 | 125 | 53 |
| Binary | 11001011 | 10000 | 111111 | 0 | 1011100 | 1000101 | 10100 | 101011001 | 1010101 | 101011 |
Color Harmonies of #CB103F
Complementary color
Monochromatic Colors of #CB103F
Black with #CB103F
Text Example
Text Example
White with #CB103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB103F; }
p { color: rgb(203,16,63); }
H1.HeaderClassName
{
color: #CB103F;
}
.AnyTagClassName
{
color: #CB103F;
}
</style>
background-color css
<style>
a { background-color: #CB103F; }
a { background-color: rgb(203,16,63); }
div.DivClassName
{
background-color: #CB103F;
}
.BgClassName
{
background-color: #CB103F;
}
</style>
border-color css
<style>
span { border-color: #CB103F; }
span { border-color: rgb(203,16,63); }
td.TdClassName
{
border-color: #CB103F;
}
.TagClassName
{
border-color: #CB103F;
}
</style>