Shades of Fire Engine Red #CB171D
Tints of Fire Engine Red #CB171D
RGB
CMYK
RGB Variations
Color information
#CB171D (or 0xCB171D) is known color: Fire Engine Red. HEX triplet: CB, 17 and 1D. RGB value is (203,23,29). Sum of RGB (Red+Green+Blue) = 203+23+29=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB171D is #34E8E2. Grayscale: #4D4D4D. Windows color (decimal): -3467491 or 1906635. OLE color: 1906635.
HSL color Cylindrical-coordinate representation of color #CB171D: hue angle of 358º 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 #CB171D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 29 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.20 |
| HSL | 358º | 0.8% | 0.44% | - |
| HSV(B) | 358º | 0.89% | 0.8% | - |
| XYZ | 25.16 | 13.4 | 2.42 | - |
| YUV | 77.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 29 | 0 | 0.89 | 0.86 | 0.20 | 358 | 0.8 | 0.44 |
| Hex | CB | 17 | 1D | 0 | 59 | 56 | 14 | 166 | 50 | 2C |
| Octal | 313 | 27 | 35 | 0 | 131 | 126 | 24 | 546 | 120 | 54 |
| Binary | 11001011 | 10111 | 11101 | 0 | 1011001 | 1010110 | 10100 | 101100110 | 1010000 | 101100 |
Color Harmonies of #CB171D
Complementary color
Monochromatic Colors of #CB171D
Black with #CB171D
Text Example
Text Example
White with #CB171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB171D; }
p { color: rgb(203,23,29); }
H1.HeaderClassName
{
color: #CB171D;
}
.AnyTagClassName
{
color: #CB171D;
}
</style>
background-color css
<style>
a { background-color: #CB171D; }
a { background-color: rgb(203,23,29); }
div.DivClassName
{
background-color: #CB171D;
}
.BgClassName
{
background-color: #CB171D;
}
</style>
border-color css
<style>
span { border-color: #CB171D; }
span { border-color: rgb(203,23,29); }
td.TdClassName
{
border-color: #CB171D;
}
.TagClassName
{
border-color: #CB171D;
}
</style>