Shades of Fire Engine Red #CB1125
Tints of Fire Engine Red #CB1125
RGB
CMYK
RGB Variations
Color information
#CB1125 (or 0xCB1125) is known color: Fire Engine Red. HEX triplet: CB, 11 and 25. RGB value is (203,17,37). Sum of RGB (Red+Green+Blue) = 203+17+37=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1125 is #34EEDA. Grayscale: #4B4B4B. Windows color (decimal): -3469019 or 2429387. OLE color: 2429387.
HSL color Cylindrical-coordinate representation of color #CB1125: hue angle of 353.55º 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 #CB1125 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 37 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.20 |
| HSL | 353.55º | 0.85% | 0.43% | - |
| HSV(B) | 353.55º | 0.92% | 0.8% | - |
| XYZ | 25.16 | 13.23 | 2.98 | - |
| YUV | 74.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 37 | 0 | 0.92 | 0.82 | 0.20 | 353.55 | 0.85 | 0.43 |
| Hex | CB | 11 | 25 | 0 | 5C | 52 | 14 | 162 | 55 | 2B |
| Octal | 313 | 21 | 45 | 0 | 134 | 122 | 24 | 542 | 125 | 53 |
| Binary | 11001011 | 10001 | 100101 | 0 | 1011100 | 1010010 | 10100 | 101100010 | 1010101 | 101011 |
Color Harmonies of #CB1125
Complementary color
Monochromatic Colors of #CB1125
Black with #CB1125
Text Example
Text Example
White with #CB1125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1125; }
p { color: rgb(203,17,37); }
H1.HeaderClassName
{
color: #CB1125;
}
.AnyTagClassName
{
color: #CB1125;
}
</style>
background-color css
<style>
a { background-color: #CB1125; }
a { background-color: rgb(203,17,37); }
div.DivClassName
{
background-color: #CB1125;
}
.BgClassName
{
background-color: #CB1125;
}
</style>
border-color css
<style>
span { border-color: #CB1125; }
span { border-color: rgb(203,17,37); }
td.TdClassName
{
border-color: #CB1125;
}
.TagClassName
{
border-color: #CB1125;
}
</style>