Shades of Fire Engine Red #CB1029
Tints of Fire Engine Red #CB1029
RGB
CMYK
RGB Variations
Color information
#CB1029 (or 0xCB1029) is known color: Fire Engine Red. HEX triplet: CB, 10 and 29. RGB value is (203,16,41). Sum of RGB (Red+Green+Blue) = 203+16+41=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1029 is #34EFD6. Grayscale: #4A4A4A. Windows color (decimal): -3469271 or 2691275. OLE color: 2691275.
HSL color Cylindrical-coordinate representation of color #CB1029: hue angle of 351.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1029 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 41 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.20 |
| HSL | 351.98º | 0.85% | 0.43% | - |
| HSV(B) | 351.98º | 0.92% | 0.8% | - |
| XYZ | 25.21 | 13.23 | 3.32 | - |
| YUV | 74.76 | 108.95 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 41 | 0 | 0.92 | 0.80 | 0.20 | 351.98 | 0.85 | 0.43 |
| Hex | CB | 10 | 29 | 0 | 5C | 50 | 14 | 160 | 55 | 2B |
| Octal | 313 | 20 | 51 | 0 | 134 | 120 | 24 | 540 | 125 | 53 |
| Binary | 11001011 | 10000 | 101001 | 0 | 1011100 | 1010000 | 10100 | 101100000 | 1010101 | 101011 |
Color Harmonies of #CB1029
Complementary color
Monochromatic Colors of #CB1029
Black with #CB1029
Text Example
Text Example
White with #CB1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1029; }
p { color: rgb(203,16,41); }
H1.HeaderClassName
{
color: #CB1029;
}
.AnyTagClassName
{
color: #CB1029;
}
</style>
background-color css
<style>
a { background-color: #CB1029; }
a { background-color: rgb(203,16,41); }
div.DivClassName
{
background-color: #CB1029;
}
.BgClassName
{
background-color: #CB1029;
}
</style>
border-color css
<style>
span { border-color: #CB1029; }
span { border-color: rgb(203,16,41); }
td.TdClassName
{
border-color: #CB1029;
}
.TagClassName
{
border-color: #CB1029;
}
</style>