Shades of Fire Engine Red #CB132A
Tints of Fire Engine Red #CB132A
RGB
CMYK
RGB Variations
Color information
#CB132A (or 0xCB132A) is known color: Fire Engine Red. HEX triplet: CB, 13 and 2A. RGB value is (203,19,42). Sum of RGB (Red+Green+Blue) = 203+19+42=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB132A is #34ECD5. Grayscale: #4C4C4C. Windows color (decimal): -3468502 or 2757579. OLE color: 2757579.
HSL color Cylindrical-coordinate representation of color #CB132A: hue angle of 352.5º 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 #CB132A is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 42 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.20 |
| HSL | 352.5º | 0.83% | 0.44% | - |
| HSV(B) | 352.5º | 0.91% | 0.8% | - |
| XYZ | 25.28 | 13.33 | 3.43 | - |
| YUV | 76.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 42 | 0 | 0.91 | 0.79 | 0.20 | 352.5 | 0.83 | 0.44 |
| Hex | CB | 13 | 2A | 0 | 5B | 4F | 14 | 160 | 53 | 2C |
| Octal | 313 | 23 | 52 | 0 | 133 | 117 | 24 | 540 | 123 | 54 |
| Binary | 11001011 | 10011 | 101010 | 0 | 1011011 | 1001111 | 10100 | 101100000 | 1010011 | 101100 |
Color Harmonies of #CB132A
Complementary color
Monochromatic Colors of #CB132A
Black with #CB132A
Text Example
Text Example
White with #CB132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB132A; }
p { color: rgb(203,19,42); }
H1.HeaderClassName
{
color: #CB132A;
}
.AnyTagClassName
{
color: #CB132A;
}
</style>
background-color css
<style>
a { background-color: #CB132A; }
a { background-color: rgb(203,19,42); }
div.DivClassName
{
background-color: #CB132A;
}
.BgClassName
{
background-color: #CB132A;
}
</style>
border-color css
<style>
span { border-color: #CB132A; }
span { border-color: rgb(203,19,42); }
td.TdClassName
{
border-color: #CB132A;
}
.TagClassName
{
border-color: #CB132A;
}
</style>