Shades of Cardinal #CB1C47
Tints of Cardinal #CB1C47
RGB
CMYK
RGB Variations
Color information
#CB1C47 (or 0xCB1C47) is known color: Cardinal. HEX triplet: CB, 1C and 47. RGB value is (203,28,71). Sum of RGB (Red+Green+Blue) = 203+28+71=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C47 is #34E3B8. Grayscale: #555555. Windows color (decimal): -3466169 or 4660427. OLE color: 4660427.
HSL color Cylindrical-coordinate representation of color #CB1C47: hue angle of 345.26º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C47 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 71 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.20 |
| HSL | 345.26º | 0.76% | 0.45% | - |
| HSV(B) | 345.26º | 0.86% | 0.8% | - |
| XYZ | 26.18 | 13.98 | 7.28 | - |
| YUV | 85.23 | 119.98 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 71 | 0 | 0.86 | 0.65 | 0.20 | 345.26 | 0.76 | 0.45 |
| Hex | CB | 1C | 47 | 0 | 56 | 41 | 14 | 159 | 4C | 2D |
| Octal | 313 | 34 | 107 | 0 | 126 | 101 | 24 | 531 | 114 | 55 |
| Binary | 11001011 | 11100 | 1000111 | 0 | 1010110 | 1000001 | 10100 | 101011001 | 1001100 | 101101 |
Color Harmonies of #CB1C47
Complementary color
Monochromatic Colors of #CB1C47
Black with #CB1C47
Text Example
Text Example
White with #CB1C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1C47; }
p { color: rgb(203,28,71); }
H1.HeaderClassName
{
color: #CB1C47;
}
.AnyTagClassName
{
color: #CB1C47;
}
</style>
background-color css
<style>
a { background-color: #CB1C47; }
a { background-color: rgb(203,28,71); }
div.DivClassName
{
background-color: #CB1C47;
}
.BgClassName
{
background-color: #CB1C47;
}
</style>
border-color css
<style>
span { border-color: #CB1C47; }
span { border-color: rgb(203,28,71); }
td.TdClassName
{
border-color: #CB1C47;
}
.TagClassName
{
border-color: #CB1C47;
}
</style>