Shades of Fire Engine Red #CB171F
Tints of Fire Engine Red #CB171F
RGB
CMYK
RGB Variations
Color information
#CB171F (or 0xCB171F) is known color: Fire Engine Red. HEX triplet: CB, 17 and 1F. RGB value is (203,23,31). Sum of RGB (Red+Green+Blue) = 203+23+31=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB171F is #34E8E0. Grayscale: #4D4D4D. Windows color (decimal): -3467489 or 2037707. OLE color: 2037707.
HSL color Cylindrical-coordinate representation of color #CB171F: hue angle of 357.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB171F is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 31 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.20 |
| HSL | 357.33º | 0.8% | 0.44% | - |
| HSV(B) | 357.33º | 0.89% | 0.8% | - |
| XYZ | 25.18 | 13.41 | 2.56 | - |
| YUV | 77.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 31 | 0 | 0.89 | 0.85 | 0.20 | 357.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 1F | 0 | 59 | 55 | 14 | 165 | 50 | 2C |
| Octal | 313 | 27 | 37 | 0 | 131 | 125 | 24 | 545 | 120 | 54 |
| Binary | 11001011 | 10111 | 11111 | 0 | 1011001 | 1010101 | 10100 | 101100101 | 1010000 | 101100 |
Color Harmonies of #CB171F
Complementary color
Monochromatic Colors of #CB171F
Black with #CB171F
Text Example
Text Example
White with #CB171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB171F; }
p { color: rgb(203,23,31); }
H1.HeaderClassName
{
color: #CB171F;
}
.AnyTagClassName
{
color: #CB171F;
}
</style>
background-color css
<style>
a { background-color: #CB171F; }
a { background-color: rgb(203,23,31); }
div.DivClassName
{
background-color: #CB171F;
}
.BgClassName
{
background-color: #CB171F;
}
</style>
border-color css
<style>
span { border-color: #CB171F; }
span { border-color: rgb(203,23,31); }
td.TdClassName
{
border-color: #CB171F;
}
.TagClassName
{
border-color: #CB171F;
}
</style>