Shades of Fire Engine Red #CB1318
Tints of Fire Engine Red #CB1318
RGB
CMYK
RGB Variations
Color information
#CB1318 (or 0xCB1318) is known color: Fire Engine Red. HEX triplet: CB, 13 and 18. RGB value is (203,19,24). Sum of RGB (Red+Green+Blue) = 203+19+24=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1318 is #34ECE7. Grayscale: #4A4A4A. Windows color (decimal): -3468520 or 1577931. OLE color: 1577931.
HSL color Cylindrical-coordinate representation of color #CB1318: hue angle of 358.37º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1318 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 24 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.20 |
| HSL | 358.37º | 0.83% | 0.44% | - |
| HSV(B) | 358.37º | 0.91% | 0.8% | - |
| XYZ | 25.03 | 13.23 | 2.1 | - |
| YUV | 74.59 | 99.46 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 24 | 0 | 0.91 | 0.88 | 0.20 | 358.37 | 0.83 | 0.44 |
| Hex | CB | 13 | 18 | 0 | 5B | 58 | 14 | 166 | 53 | 2C |
| Octal | 313 | 23 | 30 | 0 | 133 | 130 | 24 | 546 | 123 | 54 |
| Binary | 11001011 | 10011 | 11000 | 0 | 1011011 | 1011000 | 10100 | 101100110 | 1010011 | 101100 |
Color Harmonies of #CB1318
Complementary color
Monochromatic Colors of #CB1318
Black with #CB1318
Text Example
Text Example
White with #CB1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1318; }
p { color: rgb(203,19,24); }
H1.HeaderClassName
{
color: #CB1318;
}
.AnyTagClassName
{
color: #CB1318;
}
</style>
background-color css
<style>
a { background-color: #CB1318; }
a { background-color: rgb(203,19,24); }
div.DivClassName
{
background-color: #CB1318;
}
.BgClassName
{
background-color: #CB1318;
}
</style>
border-color css
<style>
span { border-color: #CB1318; }
span { border-color: rgb(203,19,24); }
td.TdClassName
{
border-color: #CB1318;
}
.TagClassName
{
border-color: #CB1318;
}
</style>