Shades of Fire Engine Red #CB092B
Tints of Fire Engine Red #CB092B
RGB
CMYK
RGB Variations
Color information
#CB092B (or 0xCB092B) is known color: Fire Engine Red. HEX triplet: CB, 09 and 2B. RGB value is (203,9,43). Sum of RGB (Red+Green+Blue) = 203+9+43=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB092B is #34F6D4. Grayscale: #464646. Windows color (decimal): -3471061 or 2820555. OLE color: 2820555.
HSL color Cylindrical-coordinate representation of color #CB092B: hue angle of 349.48º 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 #CB092B is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.20 |
| HSL | 349.48º | 0.92% | 0.42% | - |
| HSV(B) | 349.48º | 0.96% | 0.8% | - |
| XYZ | 25.16 | 13.07 | 3.48 | - |
| YUV | 70.88 | 112.27 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 43 | 0 | 0.96 | 0.79 | 0.20 | 349.48 | 0.92 | 0.42 |
| Hex | CB | 9 | 2B | 0 | 60 | 4F | 14 | 15D | 5C | 2A |
| Octal | 313 | 11 | 53 | 0 | 140 | 117 | 24 | 535 | 134 | 52 |
| Binary | 11001011 | 1001 | 101011 | 0 | 1100000 | 1001111 | 10100 | 101011101 | 1011100 | 101010 |
Color Harmonies of #CB092B
Complementary color
Monochromatic Colors of #CB092B
Black with #CB092B
Text Example
Text Example
White with #CB092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB092B; }
p { color: rgb(203,9,43); }
H1.HeaderClassName
{
color: #CB092B;
}
.AnyTagClassName
{
color: #CB092B;
}
</style>
background-color css
<style>
a { background-color: #CB092B; }
a { background-color: rgb(203,9,43); }
div.DivClassName
{
background-color: #CB092B;
}
.BgClassName
{
background-color: #CB092B;
}
</style>
border-color css
<style>
span { border-color: #CB092B; }
span { border-color: rgb(203,9,43); }
td.TdClassName
{
border-color: #CB092B;
}
.TagClassName
{
border-color: #CB092B;
}
</style>