Shades of Fire Engine Red #CB1629
Tints of Fire Engine Red #CB1629
RGB
CMYK
RGB Variations
Color information
#CB1629 (or 0xCB1629) is known color: Fire Engine Red. HEX triplet: CB, 16 and 29. RGB value is (203,22,41). Sum of RGB (Red+Green+Blue) = 203+22+41=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1629 is #34E9D6. Grayscale: #4E4E4E. Windows color (decimal): -3467735 or 2692811. OLE color: 2692811.
HSL color Cylindrical-coordinate representation of color #CB1629: hue angle of 353.7º 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 #CB1629 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 41 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.20 |
| HSL | 353.7º | 0.8% | 0.44% | - |
| HSV(B) | 353.7º | 0.89% | 0.8% | - |
| XYZ | 25.32 | 13.43 | 3.36 | - |
| YUV | 78.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 41 | 0 | 0.89 | 0.80 | 0.20 | 353.7 | 0.8 | 0.44 |
| Hex | CB | 16 | 29 | 0 | 59 | 50 | 14 | 162 | 50 | 2C |
| Octal | 313 | 26 | 51 | 0 | 131 | 120 | 24 | 542 | 120 | 54 |
| Binary | 11001011 | 10110 | 101001 | 0 | 1011001 | 1010000 | 10100 | 101100010 | 1010000 | 101100 |
Color Harmonies of #CB1629
Complementary color
Monochromatic Colors of #CB1629
Black with #CB1629
Text Example
Text Example
White with #CB1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1629; }
p { color: rgb(203,22,41); }
H1.HeaderClassName
{
color: #CB1629;
}
.AnyTagClassName
{
color: #CB1629;
}
</style>
background-color css
<style>
a { background-color: #CB1629; }
a { background-color: rgb(203,22,41); }
div.DivClassName
{
background-color: #CB1629;
}
.BgClassName
{
background-color: #CB1629;
}
</style>
border-color css
<style>
span { border-color: #CB1629; }
span { border-color: rgb(203,22,41); }
td.TdClassName
{
border-color: #CB1629;
}
.TagClassName
{
border-color: #CB1629;
}
</style>