Shades of Fire Engine Red #CB1024
Tints of Fire Engine Red #CB1024
RGB
CMYK
RGB Variations
Color information
#CB1024 (or 0xCB1024) is known color: Fire Engine Red. HEX triplet: CB, 10 and 24. RGB value is (203,16,36). Sum of RGB (Red+Green+Blue) = 203+16+36=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1024 is #34EFDB. Grayscale: #4A4A4A. Windows color (decimal): -3469276 or 2363595. OLE color: 2363595.
HSL color Cylindrical-coordinate representation of color #CB1024: hue angle of 353.58º 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 #CB1024 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 36 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.20 |
| HSL | 353.58º | 0.85% | 0.43% | - |
| HSV(B) | 353.58º | 0.92% | 0.8% | - |
| XYZ | 25.13 | 13.19 | 2.89 | - |
| YUV | 74.19 | 106.45 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 36 | 0 | 0.92 | 0.82 | 0.20 | 353.58 | 0.85 | 0.43 |
| Hex | CB | 10 | 24 | 0 | 5C | 52 | 14 | 162 | 55 | 2B |
| Octal | 313 | 20 | 44 | 0 | 134 | 122 | 24 | 542 | 125 | 53 |
| Binary | 11001011 | 10000 | 100100 | 0 | 1011100 | 1010010 | 10100 | 101100010 | 1010101 | 101011 |
Color Harmonies of #CB1024
Complementary color
Monochromatic Colors of #CB1024
Black with #CB1024
Text Example
Text Example
White with #CB1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1024; }
p { color: rgb(203,16,36); }
H1.HeaderClassName
{
color: #CB1024;
}
.AnyTagClassName
{
color: #CB1024;
}
</style>
background-color css
<style>
a { background-color: #CB1024; }
a { background-color: rgb(203,16,36); }
div.DivClassName
{
background-color: #CB1024;
}
.BgClassName
{
background-color: #CB1024;
}
</style>
border-color css
<style>
span { border-color: #CB1024; }
span { border-color: rgb(203,16,36); }
td.TdClassName
{
border-color: #CB1024;
}
.TagClassName
{
border-color: #CB1024;
}
</style>