Shades of Fire Engine Red #CB121D
Tints of Fire Engine Red #CB121D
RGB
CMYK
RGB Variations
Color information
#CB121D (or 0xCB121D) is known color: Fire Engine Red. HEX triplet: CB, 12 and 1D. RGB value is (203,18,29). Sum of RGB (Red+Green+Blue) = 203+18+29=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB121D is #34EDE2. Grayscale: #4A4A4A. Windows color (decimal): -3468771 or 1905355. OLE color: 1905355.
HSL color Cylindrical-coordinate representation of color #CB121D: hue angle of 356.43º 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 #CB121D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 29 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.20 |
| HSL | 356.43º | 0.84% | 0.43% | - |
| HSV(B) | 356.43º | 0.91% | 0.8% | - |
| XYZ | 25.07 | 13.22 | 2.39 | - |
| YUV | 74.57 | 102.29 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 29 | 0 | 0.91 | 0.86 | 0.20 | 356.43 | 0.84 | 0.43 |
| Hex | CB | 12 | 1D | 0 | 5B | 56 | 14 | 164 | 54 | 2B |
| Octal | 313 | 22 | 35 | 0 | 133 | 126 | 24 | 544 | 124 | 53 |
| Binary | 11001011 | 10010 | 11101 | 0 | 1011011 | 1010110 | 10100 | 101100100 | 1010100 | 101011 |
Color Harmonies of #CB121D
Complementary color
Monochromatic Colors of #CB121D
Black with #CB121D
Text Example
Text Example
White with #CB121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB121D; }
p { color: rgb(203,18,29); }
H1.HeaderClassName
{
color: #CB121D;
}
.AnyTagClassName
{
color: #CB121D;
}
</style>
background-color css
<style>
a { background-color: #CB121D; }
a { background-color: rgb(203,18,29); }
div.DivClassName
{
background-color: #CB121D;
}
.BgClassName
{
background-color: #CB121D;
}
</style>
border-color css
<style>
span { border-color: #CB121D; }
span { border-color: rgb(203,18,29); }
td.TdClassName
{
border-color: #CB121D;
}
.TagClassName
{
border-color: #CB121D;
}
</style>