Shades of Cardinal #CB123C
Tints of Cardinal #CB123C
RGB
CMYK
RGB Variations
Color information
#CB123C (or 0xCB123C) is known color: Cardinal. HEX triplet: CB, 12 and 3C. RGB value is (203,18,60). Sum of RGB (Red+Green+Blue) = 203+18+60=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB123C is #34EDC3. Grayscale: #4E4E4E. Windows color (decimal): -3468740 or 3936971. OLE color: 3936971.
HSL color Cylindrical-coordinate representation of color #CB123C: hue angle of 346.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB123C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 60 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.20 |
| HSL | 346.38º | 0.84% | 0.43% | - |
| HSV(B) | 346.38º | 0.91% | 0.8% | - |
| XYZ | 25.66 | 13.46 | 5.52 | - |
| YUV | 78.1 | 117.79 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 60 | 0 | 0.91 | 0.70 | 0.20 | 346.38 | 0.84 | 0.43 |
| Hex | CB | 12 | 3C | 0 | 5B | 46 | 14 | 15A | 54 | 2B |
| Octal | 313 | 22 | 74 | 0 | 133 | 106 | 24 | 532 | 124 | 53 |
| Binary | 11001011 | 10010 | 111100 | 0 | 1011011 | 1000110 | 10100 | 101011010 | 1010100 | 101011 |
Color Harmonies of #CB123C
Complementary color
Monochromatic Colors of #CB123C
Black with #CB123C
Text Example
Text Example
White with #CB123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB123C; }
p { color: rgb(203,18,60); }
H1.HeaderClassName
{
color: #CB123C;
}
.AnyTagClassName
{
color: #CB123C;
}
</style>
background-color css
<style>
a { background-color: #CB123C; }
a { background-color: rgb(203,18,60); }
div.DivClassName
{
background-color: #CB123C;
}
.BgClassName
{
background-color: #CB123C;
}
</style>
border-color css
<style>
span { border-color: #CB123C; }
span { border-color: rgb(203,18,60); }
td.TdClassName
{
border-color: #CB123C;
}
.TagClassName
{
border-color: #CB123C;
}
</style>