Shades of Cardinal #CB1F38
Tints of Cardinal #CB1F38
RGB
CMYK
RGB Variations
Color information
#CB1F38 (or 0xCB1F38) is known color: Cardinal. HEX triplet: CB, 1F and 38. RGB value is (203,31,56). Sum of RGB (Red+Green+Blue) = 203+31+56=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F38 is #34E0C7. Grayscale: #555555. Windows color (decimal): -3465416 or 3678155. OLE color: 3678155.
HSL color Cylindrical-coordinate representation of color #CB1F38: hue angle of 351.28º 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 #CB1F38 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 56 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.20 |
| HSL | 351.28º | 0.74% | 0.46% | - |
| HSV(B) | 351.28º | 0.85% | 0.8% | - |
| XYZ | 25.83 | 13.96 | 5.07 | - |
| YUV | 85.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 56 | 0 | 0.85 | 0.72 | 0.20 | 351.28 | 0.74 | 0.46 |
| Hex | CB | 1F | 38 | 0 | 55 | 48 | 14 | 15F | 4A | 2E |
| Octal | 313 | 37 | 70 | 0 | 125 | 110 | 24 | 537 | 112 | 56 |
| Binary | 11001011 | 11111 | 111000 | 0 | 1010101 | 1001000 | 10100 | 101011111 | 1001010 | 101110 |
Color Harmonies of #CB1F38
Complementary color
Monochromatic Colors of #CB1F38
Black with #CB1F38
Text Example
Text Example
White with #CB1F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F38; }
p { color: rgb(203,31,56); }
H1.HeaderClassName
{
color: #CB1F38;
}
.AnyTagClassName
{
color: #CB1F38;
}
</style>
background-color css
<style>
a { background-color: #CB1F38; }
a { background-color: rgb(203,31,56); }
div.DivClassName
{
background-color: #CB1F38;
}
.BgClassName
{
background-color: #CB1F38;
}
</style>
border-color css
<style>
span { border-color: #CB1F38; }
span { border-color: rgb(203,31,56); }
td.TdClassName
{
border-color: #CB1F38;
}
.TagClassName
{
border-color: #CB1F38;
}
</style>