Shades of Fire Engine Red #CB1225
Tints of Fire Engine Red #CB1225
RGB
CMYK
RGB Variations
Color information
#CB1225 (or 0xCB1225) is known color: Fire Engine Red. HEX triplet: CB, 12 and 25. RGB value is (203,18,37). Sum of RGB (Red+Green+Blue) = 203+18+37=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1225 is #34EDDA. Grayscale: #4B4B4B. Windows color (decimal): -3468763 or 2429643. OLE color: 2429643.
HSL color Cylindrical-coordinate representation of color #CB1225: hue angle of 353.84º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1225 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 37 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.20 |
| HSL | 353.84º | 0.84% | 0.43% | - |
| HSV(B) | 353.84º | 0.91% | 0.8% | - |
| XYZ | 25.18 | 13.26 | 2.98 | - |
| YUV | 75.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 37 | 0 | 0.91 | 0.82 | 0.20 | 353.84 | 0.84 | 0.43 |
| Hex | CB | 12 | 25 | 0 | 5B | 52 | 14 | 162 | 54 | 2B |
| Octal | 313 | 22 | 45 | 0 | 133 | 122 | 24 | 542 | 124 | 53 |
| Binary | 11001011 | 10010 | 100101 | 0 | 1011011 | 1010010 | 10100 | 101100010 | 1010100 | 101011 |
Color Harmonies of #CB1225
Complementary color
Monochromatic Colors of #CB1225
Black with #CB1225
Text Example
Text Example
White with #CB1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1225; }
p { color: rgb(203,18,37); }
H1.HeaderClassName
{
color: #CB1225;
}
.AnyTagClassName
{
color: #CB1225;
}
</style>
background-color css
<style>
a { background-color: #CB1225; }
a { background-color: rgb(203,18,37); }
div.DivClassName
{
background-color: #CB1225;
}
.BgClassName
{
background-color: #CB1225;
}
</style>
border-color css
<style>
span { border-color: #CB1225; }
span { border-color: rgb(203,18,37); }
td.TdClassName
{
border-color: #CB1225;
}
.TagClassName
{
border-color: #CB1225;
}
</style>