Shades of Fire Engine Red #CB1829
Tints of Fire Engine Red #CB1829
RGB
CMYK
RGB Variations
Color information
#CB1829 (or 0xCB1829) is known color: Fire Engine Red. HEX triplet: CB, 18 and 29. RGB value is (203,24,41). Sum of RGB (Red+Green+Blue) = 203+24+41=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1829 is #34E7D6. Grayscale: #4F4F4F. Windows color (decimal): -3467223 or 2693323. OLE color: 2693323.
HSL color Cylindrical-coordinate representation of color #CB1829: hue angle of 354.3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1829 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 41 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.20 |
| HSL | 354.3º | 0.79% | 0.45% | - |
| HSV(B) | 354.3º | 0.88% | 0.8% | - |
| XYZ | 25.36 | 13.51 | 3.37 | - |
| YUV | 79.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 41 | 0 | 0.88 | 0.80 | 0.20 | 354.3 | 0.79 | 0.45 |
| Hex | CB | 18 | 29 | 0 | 58 | 50 | 14 | 162 | 4F | 2D |
| Octal | 313 | 30 | 51 | 0 | 130 | 120 | 24 | 542 | 117 | 55 |
| Binary | 11001011 | 11000 | 101001 | 0 | 1011000 | 1010000 | 10100 | 101100010 | 1001111 | 101101 |
Color Harmonies of #CB1829
Complementary color
Monochromatic Colors of #CB1829
Black with #CB1829
Text Example
Text Example
White with #CB1829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1829; }
p { color: rgb(203,24,41); }
H1.HeaderClassName
{
color: #CB1829;
}
.AnyTagClassName
{
color: #CB1829;
}
</style>
background-color css
<style>
a { background-color: #CB1829; }
a { background-color: rgb(203,24,41); }
div.DivClassName
{
background-color: #CB1829;
}
.BgClassName
{
background-color: #CB1829;
}
</style>
border-color css
<style>
span { border-color: #CB1829; }
span { border-color: rgb(203,24,41); }
td.TdClassName
{
border-color: #CB1829;
}
.TagClassName
{
border-color: #CB1829;
}
</style>