Shades of Fire Engine Red #CB1B1C
Tints of Fire Engine Red #CB1B1C
RGB
CMYK
RGB Variations
Color information
#CB1B1C (or 0xCB1B1C) is known color: Fire Engine Red. HEX triplet: CB, 1B and 1C. RGB value is (203,27,28). Sum of RGB (Red+Green+Blue) = 203+27+28=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1B1C is #34E4E3. Grayscale: #4F4F4F. Windows color (decimal): -3466468 or 1842123. OLE color: 1842123.
HSL color Cylindrical-coordinate representation of color #CB1B1C: hue angle of 359.66º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1B1C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 28 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.20 |
| HSL | 359.66º | 0.77% | 0.45% | - |
| HSV(B) | 359.66º | 0.87% | 0.8% | - |
| XYZ | 25.23 | 13.56 | 2.39 | - |
| YUV | 79.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 28 | 0 | 0.87 | 0.86 | 0.20 | 359.66 | 0.77 | 0.45 |
| Hex | CB | 1B | 1C | 0 | 57 | 56 | 14 | 168 | 4D | 2D |
| Octal | 313 | 33 | 34 | 0 | 127 | 126 | 24 | 550 | 115 | 55 |
| Binary | 11001011 | 11011 | 11100 | 0 | 1010111 | 1010110 | 10100 | 101101000 | 1001101 | 101101 |
Color Harmonies of #CB1B1C
Complementary color
Monochromatic Colors of #CB1B1C
Black with #CB1B1C
Text Example
Text Example
White with #CB1B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1B1C; }
p { color: rgb(203,27,28); }
H1.HeaderClassName
{
color: #CB1B1C;
}
.AnyTagClassName
{
color: #CB1B1C;
}
</style>
background-color css
<style>
a { background-color: #CB1B1C; }
a { background-color: rgb(203,27,28); }
div.DivClassName
{
background-color: #CB1B1C;
}
.BgClassName
{
background-color: #CB1B1C;
}
</style>
border-color css
<style>
span { border-color: #CB1B1C; }
span { border-color: rgb(203,27,28); }
td.TdClassName
{
border-color: #CB1B1C;
}
.TagClassName
{
border-color: #CB1B1C;
}
</style>