Shades of Fire Engine Red #CB092F
Tints of Fire Engine Red #CB092F
RGB
CMYK
RGB Variations
Color information
#CB092F (or 0xCB092F) is known color: Fire Engine Red. HEX triplet: CB, 09 and 2F. RGB value is (203,9,47). Sum of RGB (Red+Green+Blue) = 203+9+47=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB092F is #34F6D0. Grayscale: #474747. Windows color (decimal): -3471057 or 3082699. OLE color: 3082699.
HSL color Cylindrical-coordinate representation of color #CB092F: hue angle of 348.25º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB092F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.20 |
| HSL | 348.25º | 0.92% | 0.42% | - |
| HSV(B) | 348.25º | 0.96% | 0.8% | - |
| XYZ | 25.24 | 13.1 | 3.89 | - |
| YUV | 71.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 47 | 0 | 0.96 | 0.77 | 0.20 | 348.25 | 0.92 | 0.42 |
| Hex | CB | 9 | 2F | 0 | 60 | 4D | 14 | 15C | 5C | 2A |
| Octal | 313 | 11 | 57 | 0 | 140 | 115 | 24 | 534 | 134 | 52 |
| Binary | 11001011 | 1001 | 101111 | 0 | 1100000 | 1001101 | 10100 | 101011100 | 1011100 | 101010 |
Color Harmonies of #CB092F
Complementary color
Monochromatic Colors of #CB092F
Black with #CB092F
Text Example
Text Example
White with #CB092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB092F; }
p { color: rgb(203,9,47); }
H1.HeaderClassName
{
color: #CB092F;
}
.AnyTagClassName
{
color: #CB092F;
}
</style>
background-color css
<style>
a { background-color: #CB092F; }
a { background-color: rgb(203,9,47); }
div.DivClassName
{
background-color: #CB092F;
}
.BgClassName
{
background-color: #CB092F;
}
</style>
border-color css
<style>
span { border-color: #CB092F; }
span { border-color: rgb(203,9,47); }
td.TdClassName
{
border-color: #CB092F;
}
.TagClassName
{
border-color: #CB092F;
}
</style>