Shades of Fire Engine Red #CB132D
Tints of Fire Engine Red #CB132D
RGB
CMYK
RGB Variations
Color information
#CB132D (or 0xCB132D) is known color: Fire Engine Red. HEX triplet: CB, 13 and 2D. RGB value is (203,19,45). Sum of RGB (Red+Green+Blue) = 203+19+45=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB132D is #34ECD2. Grayscale: #4D4D4D. Windows color (decimal): -3468499 or 2954187. OLE color: 2954187.
HSL color Cylindrical-coordinate representation of color #CB132D: hue angle of 351.52º 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 #CB132D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.20 |
| HSL | 351.52º | 0.83% | 0.44% | - |
| HSV(B) | 351.52º | 0.91% | 0.8% | - |
| XYZ | 25.34 | 13.35 | 3.72 | - |
| YUV | 76.98 | 109.96 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 45 | 0 | 0.91 | 0.78 | 0.20 | 351.52 | 0.83 | 0.44 |
| Hex | CB | 13 | 2D | 0 | 5B | 4E | 14 | 160 | 53 | 2C |
| Octal | 313 | 23 | 55 | 0 | 133 | 116 | 24 | 540 | 123 | 54 |
| Binary | 11001011 | 10011 | 101101 | 0 | 1011011 | 1001110 | 10100 | 101100000 | 1010011 | 101100 |
Color Harmonies of #CB132D
Complementary color
Monochromatic Colors of #CB132D
Black with #CB132D
Text Example
Text Example
White with #CB132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB132D; }
p { color: rgb(203,19,45); }
H1.HeaderClassName
{
color: #CB132D;
}
.AnyTagClassName
{
color: #CB132D;
}
</style>
background-color css
<style>
a { background-color: #CB132D; }
a { background-color: rgb(203,19,45); }
div.DivClassName
{
background-color: #CB132D;
}
.BgClassName
{
background-color: #CB132D;
}
</style>
border-color css
<style>
span { border-color: #CB132D; }
span { border-color: rgb(203,19,45); }
td.TdClassName
{
border-color: #CB132D;
}
.TagClassName
{
border-color: #CB132D;
}
</style>