Shades of Cardinal #CB2532
Tints of Cardinal #CB2532
RGB
CMYK
RGB Variations
Color information
#CB2532 (or 0xCB2532) is known color: Cardinal. HEX triplet: CB, 25 and 32. RGB value is (203,37,50). Sum of RGB (Red+Green+Blue) = 203+37+50=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2532 is #34DACD. Grayscale: #585858. Windows color (decimal): -3463886 or 3286475. OLE color: 3286475.
HSL color Cylindrical-coordinate representation of color #CB2532: hue angle of 355.3º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2532 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 50 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.20 |
| HSL | 355.3º | 0.69% | 0.47% | - |
| HSV(B) | 355.3º | 0.82% | 0.8% | - |
| XYZ | 25.87 | 14.25 | 4.4 | - |
| YUV | 88.12 | 106.5 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 50 | 0 | 0.82 | 0.75 | 0.20 | 355.3 | 0.69 | 0.47 |
| Hex | CB | 25 | 32 | 0 | 52 | 4B | 14 | 163 | 45 | 2F |
| Octal | 313 | 45 | 62 | 0 | 122 | 113 | 24 | 543 | 105 | 57 |
| Binary | 11001011 | 100101 | 110010 | 0 | 1010010 | 1001011 | 10100 | 101100011 | 1000101 | 101111 |
Color Harmonies of #CB2532
Complementary color
Monochromatic Colors of #CB2532
Black with #CB2532
Text Example
Text Example
White with #CB2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2532; }
p { color: rgb(203,37,50); }
H1.HeaderClassName
{
color: #CB2532;
}
.AnyTagClassName
{
color: #CB2532;
}
</style>
background-color css
<style>
a { background-color: #CB2532; }
a { background-color: rgb(203,37,50); }
div.DivClassName
{
background-color: #CB2532;
}
.BgClassName
{
background-color: #CB2532;
}
</style>
border-color css
<style>
span { border-color: #CB2532; }
span { border-color: rgb(203,37,50); }
td.TdClassName
{
border-color: #CB2532;
}
.TagClassName
{
border-color: #CB2532;
}
</style>