Shades of Fire Engine Red #CB141F
Tints of Fire Engine Red #CB141F
RGB
CMYK
RGB Variations
Color information
#CB141F (or 0xCB141F) is known color: Fire Engine Red. HEX triplet: CB, 14 and 1F. RGB value is (203,20,31). Sum of RGB (Red+Green+Blue) = 203+20+31=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB141F is #34EBE0. Grayscale: #4C4C4C. Windows color (decimal): -3468257 or 2036939. OLE color: 2036939.
HSL color Cylindrical-coordinate representation of color #CB141F: hue angle of 356.39º 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 #CB141F is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 31 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.20 |
| HSL | 356.39º | 0.82% | 0.44% | - |
| HSV(B) | 356.39º | 0.9% | 0.8% | - |
| XYZ | 25.13 | 13.3 | 2.54 | - |
| YUV | 75.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 31 | 0 | 0.90 | 0.85 | 0.20 | 356.39 | 0.82 | 0.44 |
| Hex | CB | 14 | 1F | 0 | 5A | 55 | 14 | 164 | 52 | 2C |
| Octal | 313 | 24 | 37 | 0 | 132 | 125 | 24 | 544 | 122 | 54 |
| Binary | 11001011 | 10100 | 11111 | 0 | 1011010 | 1010101 | 10100 | 101100100 | 1010010 | 101100 |
Color Harmonies of #CB141F
Complementary color
Monochromatic Colors of #CB141F
Black with #CB141F
Text Example
Text Example
White with #CB141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB141F; }
p { color: rgb(203,20,31); }
H1.HeaderClassName
{
color: #CB141F;
}
.AnyTagClassName
{
color: #CB141F;
}
</style>
background-color css
<style>
a { background-color: #CB141F; }
a { background-color: rgb(203,20,31); }
div.DivClassName
{
background-color: #CB141F;
}
.BgClassName
{
background-color: #CB141F;
}
</style>
border-color css
<style>
span { border-color: #CB141F; }
span { border-color: rgb(203,20,31); }
td.TdClassName
{
border-color: #CB141F;
}
.TagClassName
{
border-color: #CB141F;
}
</style>