Shades of Fire Engine Red #CB042D
Tints of Fire Engine Red #CB042D
RGB
CMYK
RGB Variations
Color information
#CB042D (or 0xCB042D) is known color: Fire Engine Red. HEX triplet: CB, 04 and 2D. RGB value is (203,4,45). Sum of RGB (Red+Green+Blue) = 203+4+45=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB042D is #34FBD2. Grayscale: #444444. Windows color (decimal): -3472339 or 2950347. OLE color: 2950347.
HSL color Cylindrical-coordinate representation of color #CB042D: hue angle of 347.64º 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 #CB042D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.20 |
| HSL | 347.64º | 0.96% | 0.41% | - |
| HSV(B) | 347.64º | 0.98% | 0.8% | - |
| XYZ | 25.15 | 12.97 | 3.66 | - |
| YUV | 68.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 45 | 0 | 0.98 | 0.78 | 0.20 | 347.64 | 0.96 | 0.41 |
| Hex | CB | 4 | 2D | 0 | 62 | 4E | 14 | 15C | 60 | 29 |
| Octal | 313 | 4 | 55 | 0 | 142 | 116 | 24 | 534 | 140 | 51 |
| Binary | 11001011 | 100 | 101101 | 0 | 1100010 | 1001110 | 10100 | 101011100 | 1100000 | 101001 |
Color Harmonies of #CB042D
Complementary color
Monochromatic Colors of #CB042D
Black with #CB042D
Text Example
Text Example
White with #CB042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB042D; }
p { color: rgb(203,4,45); }
H1.HeaderClassName
{
color: #CB042D;
}
.AnyTagClassName
{
color: #CB042D;
}
</style>
background-color css
<style>
a { background-color: #CB042D; }
a { background-color: rgb(203,4,45); }
div.DivClassName
{
background-color: #CB042D;
}
.BgClassName
{
background-color: #CB042D;
}
</style>
border-color css
<style>
span { border-color: #CB042D; }
span { border-color: rgb(203,4,45); }
td.TdClassName
{
border-color: #CB042D;
}
.TagClassName
{
border-color: #CB042D;
}
</style>