Shades of Cardinal #CB2735
Tints of Cardinal #CB2735
RGB
CMYK
RGB Variations
Color information
#CB2735 (or 0xCB2735) is known color: Cardinal. HEX triplet: CB, 27 and 35. RGB value is (203,39,53). Sum of RGB (Red+Green+Blue) = 203+39+53=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2735 is #34D8CA. Grayscale: #595959. Windows color (decimal): -3463371 or 3483595. OLE color: 3483595.
HSL color Cylindrical-coordinate representation of color #CB2735: hue angle of 354.88º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2735 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 53 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.20 |
| HSL | 354.88º | 0.68% | 0.47% | - |
| HSV(B) | 354.88º | 0.81% | 0.8% | - |
| XYZ | 26 | 14.4 | 4.78 | - |
| YUV | 89.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 53 | 0 | 0.81 | 0.74 | 0.20 | 354.88 | 0.68 | 0.47 |
| Hex | CB | 27 | 35 | 0 | 51 | 4A | 14 | 163 | 44 | 2F |
| Octal | 313 | 47 | 65 | 0 | 121 | 112 | 24 | 543 | 104 | 57 |
| Binary | 11001011 | 100111 | 110101 | 0 | 1010001 | 1001010 | 10100 | 101100011 | 1000100 | 101111 |
Color Harmonies of #CB2735
Complementary color
Monochromatic Colors of #CB2735
Black with #CB2735
Text Example
Text Example
White with #CB2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2735; }
p { color: rgb(203,39,53); }
H1.HeaderClassName
{
color: #CB2735;
}
.AnyTagClassName
{
color: #CB2735;
}
</style>
background-color css
<style>
a { background-color: #CB2735; }
a { background-color: rgb(203,39,53); }
div.DivClassName
{
background-color: #CB2735;
}
.BgClassName
{
background-color: #CB2735;
}
</style>
border-color css
<style>
span { border-color: #CB2735; }
span { border-color: rgb(203,39,53); }
td.TdClassName
{
border-color: #CB2735;
}
.TagClassName
{
border-color: #CB2735;
}
</style>