Shades of Cardinal #CB1F3A
Tints of Cardinal #CB1F3A
RGB
CMYK
RGB Variations
Color information
#CB1F3A (or 0xCB1F3A) is known color: Cardinal. HEX triplet: CB, 1F and 3A. RGB value is (203,31,58). Sum of RGB (Red+Green+Blue) = 203+31+58=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F3A is #34E0C5. Grayscale: #555555. Windows color (decimal): -3465414 or 3809227. OLE color: 3809227.
HSL color Cylindrical-coordinate representation of color #CB1F3A: hue angle of 350.58º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F3A is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 58 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.20 |
| HSL | 350.58º | 0.74% | 0.46% | - |
| HSV(B) | 350.58º | 0.85% | 0.8% | - |
| XYZ | 25.88 | 13.98 | 5.34 | - |
| YUV | 85.51 | 112.48 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 58 | 0 | 0.85 | 0.71 | 0.20 | 350.58 | 0.74 | 0.46 |
| Hex | CB | 1F | 3A | 0 | 55 | 47 | 14 | 15F | 4A | 2E |
| Octal | 313 | 37 | 72 | 0 | 125 | 107 | 24 | 537 | 112 | 56 |
| Binary | 11001011 | 11111 | 111010 | 0 | 1010101 | 1000111 | 10100 | 101011111 | 1001010 | 101110 |
Color Harmonies of #CB1F3A
Complementary color
Monochromatic Colors of #CB1F3A
Black with #CB1F3A
Text Example
Text Example
White with #CB1F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F3A; }
p { color: rgb(203,31,58); }
H1.HeaderClassName
{
color: #CB1F3A;
}
.AnyTagClassName
{
color: #CB1F3A;
}
</style>
background-color css
<style>
a { background-color: #CB1F3A; }
a { background-color: rgb(203,31,58); }
div.DivClassName
{
background-color: #CB1F3A;
}
.BgClassName
{
background-color: #CB1F3A;
}
</style>
border-color css
<style>
span { border-color: #CB1F3A; }
span { border-color: rgb(203,31,58); }
td.TdClassName
{
border-color: #CB1F3A;
}
.TagClassName
{
border-color: #CB1F3A;
}
</style>