Shades of Cardinal #CB202F
Tints of Cardinal #CB202F
RGB
CMYK
RGB Variations
Color information
#CB202F (or 0xCB202F) is known color: Cardinal. HEX triplet: CB, 20 and 2F. RGB value is (203,32,47). Sum of RGB (Red+Green+Blue) = 203+32+47=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB202F is #34DFD0. Grayscale: #545454. Windows color (decimal): -3465169 or 3088587. OLE color: 3088587.
HSL color Cylindrical-coordinate representation of color #CB202F: hue angle of 354.74º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB202F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 47 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.20 |
| HSL | 354.74º | 0.73% | 0.46% | - |
| HSV(B) | 354.74º | 0.84% | 0.8% | - |
| XYZ | 25.66 | 13.93 | 4.03 | - |
| YUV | 84.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 47 | 0 | 0.84 | 0.77 | 0.20 | 354.74 | 0.73 | 0.46 |
| Hex | CB | 20 | 2F | 0 | 54 | 4D | 14 | 163 | 49 | 2E |
| Octal | 313 | 40 | 57 | 0 | 124 | 115 | 24 | 543 | 111 | 56 |
| Binary | 11001011 | 100000 | 101111 | 0 | 1010100 | 1001101 | 10100 | 101100011 | 1001001 | 101110 |
Color Harmonies of #CB202F
Complementary color
Monochromatic Colors of #CB202F
Black with #CB202F
Text Example
Text Example
White with #CB202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB202F; }
p { color: rgb(203,32,47); }
H1.HeaderClassName
{
color: #CB202F;
}
.AnyTagClassName
{
color: #CB202F;
}
</style>
background-color css
<style>
a { background-color: #CB202F; }
a { background-color: rgb(203,32,47); }
div.DivClassName
{
background-color: #CB202F;
}
.BgClassName
{
background-color: #CB202F;
}
</style>
border-color css
<style>
span { border-color: #CB202F; }
span { border-color: rgb(203,32,47); }
td.TdClassName
{
border-color: #CB202F;
}
.TagClassName
{
border-color: #CB202F;
}
</style>