Shades of Fire Engine Red #CB141A
Tints of Fire Engine Red #CB141A
RGB
CMYK
RGB Variations
Color information
#CB141A (or 0xCB141A) is known color: Fire Engine Red. HEX triplet: CB, 14 and 1A. RGB value is (203,20,26). Sum of RGB (Red+Green+Blue) = 203+20+26=249 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.53% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 203 - color contains mainly: red. Hex color #CB141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB141A is #34EBE5. Grayscale: #4B4B4B. Windows color (decimal): -3468262 or 1709259. OLE color: 1709259.
HSL color Cylindrical-coordinate representation of color #CB141A: hue angle of 358.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB141A is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 26 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.20 |
| HSL | 358.03º | 0.82% | 0.44% | - |
| HSV(B) | 358.03º | 0.9% | 0.8% | - |
| XYZ | 25.07 | 13.27 | 2.22 | - |
| YUV | 75.4 | 100.13 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 26 | 0 | 0.90 | 0.87 | 0.20 | 358.03 | 0.82 | 0.44 |
| Hex | CB | 14 | 1A | 0 | 5A | 57 | 14 | 166 | 52 | 2C |
| Octal | 313 | 24 | 32 | 0 | 132 | 127 | 24 | 546 | 122 | 54 |
| Binary | 11001011 | 10100 | 11010 | 0 | 1011010 | 1010111 | 10100 | 101100110 | 1010010 | 101100 |
Color Harmonies of #CB141A
Complementary color
Monochromatic Colors of #CB141A
Black with #CB141A
Text Example
Text Example
White with #CB141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB141A; }
p { color: rgb(203,20,26); }
H1.HeaderClassName
{
color: #CB141A;
}
.AnyTagClassName
{
color: #CB141A;
}
</style>
background-color css
<style>
a { background-color: #CB141A; }
a { background-color: rgb(203,20,26); }
div.DivClassName
{
background-color: #CB141A;
}
.BgClassName
{
background-color: #CB141A;
}
</style>
border-color css
<style>
span { border-color: #CB141A; }
span { border-color: rgb(203,20,26); }
td.TdClassName
{
border-color: #CB141A;
}
.TagClassName
{
border-color: #CB141A;
}
</style>