Shades of Fire Engine Red #CB042C
Tints of Fire Engine Red #CB042C
RGB
CMYK
RGB Variations
Color information
#CB042C (or 0xCB042C) is known color: Fire Engine Red. HEX triplet: CB, 04 and 2C. RGB value is (203,4,44). Sum of RGB (Red+Green+Blue) = 203+4+44=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB042C is #34FBD3. Grayscale: #444444. Windows color (decimal): -3472340 or 2884811. OLE color: 2884811.
HSL color Cylindrical-coordinate representation of color #CB042C: hue angle of 347.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB042C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.20 |
| HSL | 347.94º | 0.96% | 0.41% | - |
| HSV(B) | 347.94º | 0.98% | 0.8% | - |
| XYZ | 25.13 | 12.97 | 3.56 | - |
| YUV | 68.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 44 | 0 | 0.98 | 0.78 | 0.20 | 347.94 | 0.96 | 0.41 |
| Hex | CB | 4 | 2C | 0 | 62 | 4E | 14 | 15C | 60 | 29 |
| Octal | 313 | 4 | 54 | 0 | 142 | 116 | 24 | 534 | 140 | 51 |
| Binary | 11001011 | 100 | 101100 | 0 | 1100010 | 1001110 | 10100 | 101011100 | 1100000 | 101001 |
Color Harmonies of #CB042C
Complementary color
Monochromatic Colors of #CB042C
Black with #CB042C
Text Example
Text Example
White with #CB042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB042C; }
p { color: rgb(203,4,44); }
H1.HeaderClassName
{
color: #CB042C;
}
.AnyTagClassName
{
color: #CB042C;
}
</style>
background-color css
<style>
a { background-color: #CB042C; }
a { background-color: rgb(203,4,44); }
div.DivClassName
{
background-color: #CB042C;
}
.BgClassName
{
background-color: #CB042C;
}
</style>
border-color css
<style>
span { border-color: #CB042C; }
span { border-color: rgb(203,4,44); }
td.TdClassName
{
border-color: #CB042C;
}
.TagClassName
{
border-color: #CB042C;
}
</style>