Shades of Fire Engine Red #CB1525
Tints of Fire Engine Red #CB1525
RGB
CMYK
RGB Variations
Color information
#CB1525 (or 0xCB1525) is known color: Fire Engine Red. HEX triplet: CB, 15 and 25. RGB value is (203,21,37). Sum of RGB (Red+Green+Blue) = 203+21+37=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1525 is #34EADA. Grayscale: #4D4D4D. Windows color (decimal): -3467995 or 2430411. OLE color: 2430411.
HSL color Cylindrical-coordinate representation of color #CB1525: hue angle of 354.73º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1525 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 37 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.20 |
| HSL | 354.73º | 0.81% | 0.44% | - |
| HSV(B) | 354.73º | 0.9% | 0.8% | - |
| XYZ | 25.23 | 13.37 | 3 | - |
| YUV | 77.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 37 | 0 | 0.90 | 0.82 | 0.20 | 354.73 | 0.81 | 0.44 |
| Hex | CB | 15 | 25 | 0 | 5A | 52 | 14 | 163 | 51 | 2C |
| Octal | 313 | 25 | 45 | 0 | 132 | 122 | 24 | 543 | 121 | 54 |
| Binary | 11001011 | 10101 | 100101 | 0 | 1011010 | 1010010 | 10100 | 101100011 | 1010001 | 101100 |
Color Harmonies of #CB1525
Complementary color
Monochromatic Colors of #CB1525
Black with #CB1525
Text Example
Text Example
White with #CB1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1525; }
p { color: rgb(203,21,37); }
H1.HeaderClassName
{
color: #CB1525;
}
.AnyTagClassName
{
color: #CB1525;
}
</style>
background-color css
<style>
a { background-color: #CB1525; }
a { background-color: rgb(203,21,37); }
div.DivClassName
{
background-color: #CB1525;
}
.BgClassName
{
background-color: #CB1525;
}
</style>
border-color css
<style>
span { border-color: #CB1525; }
span { border-color: rgb(203,21,37); }
td.TdClassName
{
border-color: #CB1525;
}
.TagClassName
{
border-color: #CB1525;
}
</style>