Shades of Cardinal #CB253C
Tints of Cardinal #CB253C
RGB
CMYK
RGB Variations
Color information
#CB253C (or 0xCB253C) is known color: Cardinal. HEX triplet: CB, 25 and 3C. RGB value is (203,37,60). Sum of RGB (Red+Green+Blue) = 203+37+60=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB253C is #34DAC3. Grayscale: #595959. Windows color (decimal): -3463876 or 3941835. OLE color: 3941835.
HSL color Cylindrical-coordinate representation of color #CB253C: hue angle of 351.69º 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 #CB253C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 60 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.20 |
| HSL | 351.69º | 0.69% | 0.47% | - |
| HSV(B) | 351.69º | 0.82% | 0.8% | - |
| XYZ | 26.11 | 14.35 | 5.67 | - |
| YUV | 89.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 60 | 0 | 0.82 | 0.70 | 0.20 | 351.69 | 0.69 | 0.47 |
| Hex | CB | 25 | 3C | 0 | 52 | 46 | 14 | 160 | 45 | 2F |
| Octal | 313 | 45 | 74 | 0 | 122 | 106 | 24 | 540 | 105 | 57 |
| Binary | 11001011 | 100101 | 111100 | 0 | 1010010 | 1000110 | 10100 | 101100000 | 1000101 | 101111 |
Color Harmonies of #CB253C
Complementary color
Monochromatic Colors of #CB253C
Black with #CB253C
Text Example
Text Example
White with #CB253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB253C; }
p { color: rgb(203,37,60); }
H1.HeaderClassName
{
color: #CB253C;
}
.AnyTagClassName
{
color: #CB253C;
}
</style>
background-color css
<style>
a { background-color: #CB253C; }
a { background-color: rgb(203,37,60); }
div.DivClassName
{
background-color: #CB253C;
}
.BgClassName
{
background-color: #CB253C;
}
</style>
border-color css
<style>
span { border-color: #CB253C; }
span { border-color: rgb(203,37,60); }
td.TdClassName
{
border-color: #CB253C;
}
.TagClassName
{
border-color: #CB253C;
}
</style>