Shades of Cardinal #CB1E3C
Tints of Cardinal #CB1E3C
RGB
CMYK
RGB Variations
Color information
#CB1E3C (or 0xCB1E3C) is known color: Cardinal. HEX triplet: CB, 1E and 3C. RGB value is (203,30,60). Sum of RGB (Red+Green+Blue) = 203+30+60=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E3C is #34E1C3. Grayscale: #555555. Windows color (decimal): -3465668 or 3940043. OLE color: 3940043.
HSL color Cylindrical-coordinate representation of color #CB1E3C: hue angle of 349.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E3C is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 60 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.20 |
| HSL | 349.6º | 0.74% | 0.46% | - |
| HSV(B) | 349.6º | 0.85% | 0.8% | - |
| XYZ | 25.91 | 13.95 | 5.6 | - |
| YUV | 85.15 | 113.81 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 60 | 0 | 0.85 | 0.70 | 0.20 | 349.6 | 0.74 | 0.46 |
| Hex | CB | 1E | 3C | 0 | 55 | 46 | 14 | 15E | 4A | 2E |
| Octal | 313 | 36 | 74 | 0 | 125 | 106 | 24 | 536 | 112 | 56 |
| Binary | 11001011 | 11110 | 111100 | 0 | 1010101 | 1000110 | 10100 | 101011110 | 1001010 | 101110 |
Color Harmonies of #CB1E3C
Complementary color
Monochromatic Colors of #CB1E3C
Black with #CB1E3C
Text Example
Text Example
White with #CB1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E3C; }
p { color: rgb(203,30,60); }
H1.HeaderClassName
{
color: #CB1E3C;
}
.AnyTagClassName
{
color: #CB1E3C;
}
</style>
background-color css
<style>
a { background-color: #CB1E3C; }
a { background-color: rgb(203,30,60); }
div.DivClassName
{
background-color: #CB1E3C;
}
.BgClassName
{
background-color: #CB1E3C;
}
</style>
border-color css
<style>
span { border-color: #CB1E3C; }
span { border-color: rgb(203,30,60); }
td.TdClassName
{
border-color: #CB1E3C;
}
.TagClassName
{
border-color: #CB1E3C;
}
</style>