Shades of Cardinal #CB1D4A
Tints of Cardinal #CB1D4A
RGB
CMYK
RGB Variations
Color information
#CB1D4A (or 0xCB1D4A) is known color: Cardinal. HEX triplet: CB, 1D and 4A. RGB value is (203,29,74). Sum of RGB (Red+Green+Blue) = 203+29+74=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1D4A is #34E2B5. Grayscale: #565656. Windows color (decimal): -3465910 or 4857291. OLE color: 4857291.
HSL color Cylindrical-coordinate representation of color #CB1D4A: hue angle of 344.48º 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 #CB1D4A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 74 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.20 |
| HSL | 344.48º | 0.75% | 0.45% | - |
| HSV(B) | 344.48º | 0.86% | 0.8% | - |
| XYZ | 26.3 | 14.07 | 7.81 | - |
| YUV | 86.16 | 121.15 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 74 | 0 | 0.86 | 0.64 | 0.20 | 344.48 | 0.75 | 0.45 |
| Hex | CB | 1D | 4A | 0 | 56 | 40 | 14 | 158 | 4B | 2D |
| Octal | 313 | 35 | 112 | 0 | 126 | 100 | 24 | 530 | 113 | 55 |
| Binary | 11001011 | 11101 | 1001010 | 0 | 1010110 | 1000000 | 10100 | 101011000 | 1001011 | 101101 |
Color Harmonies of #CB1D4A
Complementary color
Monochromatic Colors of #CB1D4A
Black with #CB1D4A
Text Example
Text Example
White with #CB1D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D4A; }
p { color: rgb(203,29,74); }
H1.HeaderClassName
{
color: #CB1D4A;
}
.AnyTagClassName
{
color: #CB1D4A;
}
</style>
background-color css
<style>
a { background-color: #CB1D4A; }
a { background-color: rgb(203,29,74); }
div.DivClassName
{
background-color: #CB1D4A;
}
.BgClassName
{
background-color: #CB1D4A;
}
</style>
border-color css
<style>
span { border-color: #CB1D4A; }
span { border-color: rgb(203,29,74); }
td.TdClassName
{
border-color: #CB1D4A;
}
.TagClassName
{
border-color: #CB1D4A;
}
</style>