Shades of Fire Engine Red #CB1128
Tints of Fire Engine Red #CB1128
RGB
CMYK
RGB Variations
Color information
#CB1128 (or 0xCB1128) is known color: Fire Engine Red. HEX triplet: CB, 11 and 28. RGB value is (203,17,40). Sum of RGB (Red+Green+Blue) = 203+17+40=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1128 is #34EED7. Grayscale: #4B4B4B. Windows color (decimal): -3469016 or 2625995. OLE color: 2625995.
HSL color Cylindrical-coordinate representation of color #CB1128: hue angle of 352.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1128 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 40 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.20 |
| HSL | 352.58º | 0.85% | 0.43% | - |
| HSV(B) | 352.58º | 0.92% | 0.8% | - |
| XYZ | 25.21 | 13.25 | 3.24 | - |
| YUV | 75.24 | 108.12 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 40 | 0 | 0.92 | 0.80 | 0.20 | 352.58 | 0.85 | 0.43 |
| Hex | CB | 11 | 28 | 0 | 5C | 50 | 14 | 161 | 55 | 2B |
| Octal | 313 | 21 | 50 | 0 | 134 | 120 | 24 | 541 | 125 | 53 |
| Binary | 11001011 | 10001 | 101000 | 0 | 1011100 | 1010000 | 10100 | 101100001 | 1010101 | 101011 |
Color Harmonies of #CB1128
Complementary color
Monochromatic Colors of #CB1128
Black with #CB1128
Text Example
Text Example
White with #CB1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1128; }
p { color: rgb(203,17,40); }
H1.HeaderClassName
{
color: #CB1128;
}
.AnyTagClassName
{
color: #CB1128;
}
</style>
background-color css
<style>
a { background-color: #CB1128; }
a { background-color: rgb(203,17,40); }
div.DivClassName
{
background-color: #CB1128;
}
.BgClassName
{
background-color: #CB1128;
}
</style>
border-color css
<style>
span { border-color: #CB1128; }
span { border-color: rgb(203,17,40); }
td.TdClassName
{
border-color: #CB1128;
}
.TagClassName
{
border-color: #CB1128;
}
</style>