Shades of Fire Engine Red #CB2125
Tints of Fire Engine Red #CB2125
RGB
CMYK
RGB Variations
Color information
#CB2125 (or 0xCB2125) is known color: Fire Engine Red. HEX triplet: CB, 21 and 25. RGB value is (203,33,37). Sum of RGB (Red+Green+Blue) = 203+33+37=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2125 is #34DEDA. Grayscale: #545454. Windows color (decimal): -3464923 or 2433483. OLE color: 2433483.
HSL color Cylindrical-coordinate representation of color #CB2125: hue angle of 358.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2125 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 37 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.20 |
| HSL | 358.59º | 0.72% | 0.46% | - |
| HSV(B) | 358.59º | 0.84% | 0.8% | - |
| XYZ | 25.51 | 13.92 | 3.09 | - |
| YUV | 84.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 37 | 0 | 0.84 | 0.82 | 0.20 | 358.59 | 0.72 | 0.46 |
| Hex | CB | 21 | 25 | 0 | 54 | 52 | 14 | 167 | 48 | 2E |
| Octal | 313 | 41 | 45 | 0 | 124 | 122 | 24 | 547 | 110 | 56 |
| Binary | 11001011 | 100001 | 100101 | 0 | 1010100 | 1010010 | 10100 | 101100111 | 1001000 | 101110 |
Color Harmonies of #CB2125
Complementary color
Monochromatic Colors of #CB2125
Black with #CB2125
Text Example
Text Example
White with #CB2125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2125; }
p { color: rgb(203,33,37); }
H1.HeaderClassName
{
color: #CB2125;
}
.AnyTagClassName
{
color: #CB2125;
}
</style>
background-color css
<style>
a { background-color: #CB2125; }
a { background-color: rgb(203,33,37); }
div.DivClassName
{
background-color: #CB2125;
}
.BgClassName
{
background-color: #CB2125;
}
</style>
border-color css
<style>
span { border-color: #CB2125; }
span { border-color: rgb(203,33,37); }
td.TdClassName
{
border-color: #CB2125;
}
.TagClassName
{
border-color: #CB2125;
}
</style>