Shades of Cardinal #CB183C
Tints of Cardinal #CB183C
RGB
CMYK
RGB Variations
Color information
#CB183C (or 0xCB183C) is known color: Cardinal. HEX triplet: CB, 18 and 3C. RGB value is (203,24,60). Sum of RGB (Red+Green+Blue) = 203+24+60=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB183C is #34E7C3. Grayscale: #515151. Windows color (decimal): -3467204 or 3938507. OLE color: 3938507.
HSL color Cylindrical-coordinate representation of color #CB183C: hue angle of 347.93º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB183C is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 60 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.20 |
| HSL | 347.93º | 0.79% | 0.45% | - |
| HSV(B) | 347.93º | 0.88% | 0.8% | - |
| XYZ | 25.77 | 13.68 | 5.56 | - |
| YUV | 81.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 60 | 0 | 0.88 | 0.70 | 0.20 | 347.93 | 0.79 | 0.45 |
| Hex | CB | 18 | 3C | 0 | 58 | 46 | 14 | 15C | 4F | 2D |
| Octal | 313 | 30 | 74 | 0 | 130 | 106 | 24 | 534 | 117 | 55 |
| Binary | 11001011 | 11000 | 111100 | 0 | 1011000 | 1000110 | 10100 | 101011100 | 1001111 | 101101 |
Color Harmonies of #CB183C
Complementary color
Monochromatic Colors of #CB183C
Black with #CB183C
Text Example
Text Example
White with #CB183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB183C; }
p { color: rgb(203,24,60); }
H1.HeaderClassName
{
color: #CB183C;
}
.AnyTagClassName
{
color: #CB183C;
}
</style>
background-color css
<style>
a { background-color: #CB183C; }
a { background-color: rgb(203,24,60); }
div.DivClassName
{
background-color: #CB183C;
}
.BgClassName
{
background-color: #CB183C;
}
</style>
border-color css
<style>
span { border-color: #CB183C; }
span { border-color: rgb(203,24,60); }
td.TdClassName
{
border-color: #CB183C;
}
.TagClassName
{
border-color: #CB183C;
}
</style>