Shades of Cardinal #CB2334
Tints of Cardinal #CB2334
RGB
CMYK
RGB Variations
Color information
#CB2334 (or 0xCB2334) is known color: Cardinal. HEX triplet: CB, 23 and 34. RGB value is (203,35,52). Sum of RGB (Red+Green+Blue) = 203+35+52=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2334 is #34DCCB. Grayscale: #575757. Windows color (decimal): -3464396 or 3417035. OLE color: 3417035.
HSL color Cylindrical-coordinate representation of color #CB2334: hue angle of 353.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2334 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 52 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.20 |
| HSL | 353.93º | 0.71% | 0.47% | - |
| HSV(B) | 353.93º | 0.83% | 0.8% | - |
| XYZ | 25.85 | 14.15 | 4.62 | - |
| YUV | 87.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 52 | 0 | 0.83 | 0.74 | 0.20 | 353.93 | 0.71 | 0.47 |
| Hex | CB | 23 | 34 | 0 | 53 | 4A | 14 | 162 | 47 | 2F |
| Octal | 313 | 43 | 64 | 0 | 123 | 112 | 24 | 542 | 107 | 57 |
| Binary | 11001011 | 100011 | 110100 | 0 | 1010011 | 1001010 | 10100 | 101100010 | 1000111 | 101111 |
Color Harmonies of #CB2334
Complementary color
Monochromatic Colors of #CB2334
Black with #CB2334
Text Example
Text Example
White with #CB2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2334; }
p { color: rgb(203,35,52); }
H1.HeaderClassName
{
color: #CB2334;
}
.AnyTagClassName
{
color: #CB2334;
}
</style>
background-color css
<style>
a { background-color: #CB2334; }
a { background-color: rgb(203,35,52); }
div.DivClassName
{
background-color: #CB2334;
}
.BgClassName
{
background-color: #CB2334;
}
</style>
border-color css
<style>
span { border-color: #CB2334; }
span { border-color: rgb(203,35,52); }
td.TdClassName
{
border-color: #CB2334;
}
.TagClassName
{
border-color: #CB2334;
}
</style>