Shades of Cardinal #CB1D30
Tints of Cardinal #CB1D30
RGB
CMYK
RGB Variations
Color information
#CB1D30 (or 0xCB1D30) is known color: Cardinal. HEX triplet: CB, 1D and 30. RGB value is (203,29,48). Sum of RGB (Red+Green+Blue) = 203+29+48=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1D30 is #34E2CF. Grayscale: #535353. Windows color (decimal): -3465936 or 3153355. OLE color: 3153355.
HSL color Cylindrical-coordinate representation of color #CB1D30: hue angle of 353.45º degrees, saturation: 0.75, 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 #CB1D30 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 48 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.20 |
| HSL | 353.45º | 0.75% | 0.45% | - |
| HSV(B) | 353.45º | 0.86% | 0.8% | - |
| XYZ | 25.6 | 13.79 | 4.11 | - |
| YUV | 83.19 | 108.15 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 48 | 0 | 0.86 | 0.76 | 0.20 | 353.45 | 0.75 | 0.45 |
| Hex | CB | 1D | 30 | 0 | 56 | 4C | 14 | 161 | 4B | 2D |
| Octal | 313 | 35 | 60 | 0 | 126 | 114 | 24 | 541 | 113 | 55 |
| Binary | 11001011 | 11101 | 110000 | 0 | 1010110 | 1001100 | 10100 | 101100001 | 1001011 | 101101 |
Color Harmonies of #CB1D30
Complementary color
Monochromatic Colors of #CB1D30
Black with #CB1D30
Text Example
Text Example
White with #CB1D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D30; }
p { color: rgb(203,29,48); }
H1.HeaderClassName
{
color: #CB1D30;
}
.AnyTagClassName
{
color: #CB1D30;
}
</style>
background-color css
<style>
a { background-color: #CB1D30; }
a { background-color: rgb(203,29,48); }
div.DivClassName
{
background-color: #CB1D30;
}
.BgClassName
{
background-color: #CB1D30;
}
</style>
border-color css
<style>
span { border-color: #CB1D30; }
span { border-color: rgb(203,29,48); }
td.TdClassName
{
border-color: #CB1D30;
}
.TagClassName
{
border-color: #CB1D30;
}
</style>