Shades of Fire Engine Red #CB101E
Tints of Fire Engine Red #CB101E
RGB
CMYK
RGB Variations
Color information
#CB101E (or 0xCB101E) is known color: Fire Engine Red. HEX triplet: CB, 10 and 1E. RGB value is (203,16,30). Sum of RGB (Red+Green+Blue) = 203+16+30=249 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.53% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 203 - color contains mainly: red. Hex color #CB101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB101E is #34EFE1. Grayscale: #494949. Windows color (decimal): -3469282 or 1970379. OLE color: 1970379.
HSL color Cylindrical-coordinate representation of color #CB101E: hue angle of 355.51º 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 #CB101E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 30 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.20 |
| HSL | 355.51º | 0.85% | 0.43% | - |
| HSV(B) | 355.51º | 0.92% | 0.8% | - |
| XYZ | 25.05 | 13.16 | 2.45 | - |
| YUV | 73.51 | 103.45 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 30 | 0 | 0.92 | 0.85 | 0.20 | 355.51 | 0.85 | 0.43 |
| Hex | CB | 10 | 1E | 0 | 5C | 55 | 14 | 164 | 55 | 2B |
| Octal | 313 | 20 | 36 | 0 | 134 | 125 | 24 | 544 | 125 | 53 |
| Binary | 11001011 | 10000 | 11110 | 0 | 1011100 | 1010101 | 10100 | 101100100 | 1010101 | 101011 |
Color Harmonies of #CB101E
Complementary color
Monochromatic Colors of #CB101E
Black with #CB101E
Text Example
Text Example
White with #CB101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB101E; }
p { color: rgb(203,16,30); }
H1.HeaderClassName
{
color: #CB101E;
}
.AnyTagClassName
{
color: #CB101E;
}
</style>
background-color css
<style>
a { background-color: #CB101E; }
a { background-color: rgb(203,16,30); }
div.DivClassName
{
background-color: #CB101E;
}
.BgClassName
{
background-color: #CB101E;
}
</style>
border-color css
<style>
span { border-color: #CB101E; }
span { border-color: rgb(203,16,30); }
td.TdClassName
{
border-color: #CB101E;
}
.TagClassName
{
border-color: #CB101E;
}
</style>