Shades of Fire Engine Red #CB122D
Tints of Fire Engine Red #CB122D
RGB
CMYK
RGB Variations
Color information
#CB122D (or 0xCB122D) is known color: Fire Engine Red. HEX triplet: CB, 12 and 2D. RGB value is (203,18,45). Sum of RGB (Red+Green+Blue) = 203+18+45=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB122D is #34EDD2. Grayscale: #4C4C4C. Windows color (decimal): -3468755 or 2953931. OLE color: 2953931.
HSL color Cylindrical-coordinate representation of color #CB122D: hue angle of 351.24º 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 #CB122D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.20 |
| HSL | 351.24º | 0.84% | 0.43% | - |
| HSV(B) | 351.24º | 0.91% | 0.8% | - |
| XYZ | 25.32 | 13.32 | 3.72 | - |
| YUV | 76.39 | 110.29 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 45 | 0 | 0.91 | 0.78 | 0.20 | 351.24 | 0.84 | 0.43 |
| Hex | CB | 12 | 2D | 0 | 5B | 4E | 14 | 15F | 54 | 2B |
| Octal | 313 | 22 | 55 | 0 | 133 | 116 | 24 | 537 | 124 | 53 |
| Binary | 11001011 | 10010 | 101101 | 0 | 1011011 | 1001110 | 10100 | 101011111 | 1010100 | 101011 |
Color Harmonies of #CB122D
Complementary color
Monochromatic Colors of #CB122D
Black with #CB122D
Text Example
Text Example
White with #CB122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB122D; }
p { color: rgb(203,18,45); }
H1.HeaderClassName
{
color: #CB122D;
}
.AnyTagClassName
{
color: #CB122D;
}
</style>
background-color css
<style>
a { background-color: #CB122D; }
a { background-color: rgb(203,18,45); }
div.DivClassName
{
background-color: #CB122D;
}
.BgClassName
{
background-color: #CB122D;
}
</style>
border-color css
<style>
span { border-color: #CB122D; }
span { border-color: rgb(203,18,45); }
td.TdClassName
{
border-color: #CB122D;
}
.TagClassName
{
border-color: #CB122D;
}
</style>