Shades of Cardinal #CB1D42
Tints of Cardinal #CB1D42
RGB
CMYK
RGB Variations
Color information
#CB1D42 (or 0xCB1D42) is known color: Cardinal. HEX triplet: CB, 1D and 42. RGB value is (203,29,66). Sum of RGB (Red+Green+Blue) = 203+29+66=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1D42 is #34E2BD. Grayscale: #555555. Windows color (decimal): -3465918 or 4333003. OLE color: 4333003.
HSL color Cylindrical-coordinate representation of color #CB1D42: hue angle of 347.24º 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 #CB1D42 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 66 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.20 |
| HSL | 347.24º | 0.75% | 0.45% | - |
| HSV(B) | 347.24º | 0.86% | 0.8% | - |
| XYZ | 26.05 | 13.97 | 6.48 | - |
| YUV | 85.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 66 | 0 | 0.86 | 0.67 | 0.20 | 347.24 | 0.75 | 0.45 |
| Hex | CB | 1D | 42 | 0 | 56 | 43 | 14 | 15B | 4B | 2D |
| Octal | 313 | 35 | 102 | 0 | 126 | 103 | 24 | 533 | 113 | 55 |
| Binary | 11001011 | 11101 | 1000010 | 0 | 1010110 | 1000011 | 10100 | 101011011 | 1001011 | 101101 |
Color Harmonies of #CB1D42
Complementary color
Monochromatic Colors of #CB1D42
Black with #CB1D42
Text Example
Text Example
White with #CB1D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D42; }
p { color: rgb(203,29,66); }
H1.HeaderClassName
{
color: #CB1D42;
}
.AnyTagClassName
{
color: #CB1D42;
}
</style>
background-color css
<style>
a { background-color: #CB1D42; }
a { background-color: rgb(203,29,66); }
div.DivClassName
{
background-color: #CB1D42;
}
.BgClassName
{
background-color: #CB1D42;
}
</style>
border-color css
<style>
span { border-color: #CB1D42; }
span { border-color: rgb(203,29,66); }
td.TdClassName
{
border-color: #CB1D42;
}
.TagClassName
{
border-color: #CB1D42;
}
</style>