Shades of Cardinal #CB1F3F
Tints of Cardinal #CB1F3F
RGB
CMYK
RGB Variations
Color information
#CB1F3F (or 0xCB1F3F) is known color: Cardinal. HEX triplet: CB, 1F and 3F. RGB value is (203,31,63). Sum of RGB (Red+Green+Blue) = 203+31+63=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F3F is #34E0C0. Grayscale: #565656. Windows color (decimal): -3465409 or 4136907. OLE color: 4136907.
HSL color Cylindrical-coordinate representation of color #CB1F3F: hue angle of 348.84º 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 #CB1F3F is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 63 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.20 |
| HSL | 348.84º | 0.74% | 0.46% | - |
| HSV(B) | 348.84º | 0.85% | 0.8% | - |
| XYZ | 26.02 | 14.04 | 6.04 | - |
| YUV | 86.08 | 114.98 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 63 | 0 | 0.85 | 0.69 | 0.20 | 348.84 | 0.74 | 0.46 |
| Hex | CB | 1F | 3F | 0 | 55 | 45 | 14 | 15D | 4A | 2E |
| Octal | 313 | 37 | 77 | 0 | 125 | 105 | 24 | 535 | 112 | 56 |
| Binary | 11001011 | 11111 | 111111 | 0 | 1010101 | 1000101 | 10100 | 101011101 | 1001010 | 101110 |
Color Harmonies of #CB1F3F
Complementary color
Monochromatic Colors of #CB1F3F
Black with #CB1F3F
Text Example
Text Example
White with #CB1F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F3F; }
p { color: rgb(203,31,63); }
H1.HeaderClassName
{
color: #CB1F3F;
}
.AnyTagClassName
{
color: #CB1F3F;
}
</style>
background-color css
<style>
a { background-color: #CB1F3F; }
a { background-color: rgb(203,31,63); }
div.DivClassName
{
background-color: #CB1F3F;
}
.BgClassName
{
background-color: #CB1F3F;
}
</style>
border-color css
<style>
span { border-color: #CB1F3F; }
span { border-color: rgb(203,31,63); }
td.TdClassName
{
border-color: #CB1F3F;
}
.TagClassName
{
border-color: #CB1F3F;
}
</style>