Shades of Fire Engine Red #CB072C
Tints of Fire Engine Red #CB072C
RGB
CMYK
RGB Variations
Color information
#CB072C (or 0xCB072C) is known color: Fire Engine Red. HEX triplet: CB, 07 and 2C. RGB value is (203,7,44). Sum of RGB (Red+Green+Blue) = 203+7+44=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB072C is #34F8D3. Grayscale: #454545. Windows color (decimal): -3471572 or 2885579. OLE color: 2885579.
HSL color Cylindrical-coordinate representation of color #CB072C: hue angle of 348.67º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB072C is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.20 |
| HSL | 348.67º | 0.93% | 0.41% | - |
| HSV(B) | 348.67º | 0.97% | 0.8% | - |
| XYZ | 25.16 | 13.03 | 3.57 | - |
| YUV | 69.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 44 | 0 | 0.97 | 0.78 | 0.20 | 348.67 | 0.93 | 0.41 |
| Hex | CB | 7 | 2C | 0 | 61 | 4E | 14 | 15D | 5D | 29 |
| Octal | 313 | 7 | 54 | 0 | 141 | 116 | 24 | 535 | 135 | 51 |
| Binary | 11001011 | 111 | 101100 | 0 | 1100001 | 1001110 | 10100 | 101011101 | 1011101 | 101001 |
Color Harmonies of #CB072C
Complementary color
Monochromatic Colors of #CB072C
Black with #CB072C
Text Example
Text Example
White with #CB072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB072C; }
p { color: rgb(203,7,44); }
H1.HeaderClassName
{
color: #CB072C;
}
.AnyTagClassName
{
color: #CB072C;
}
</style>
background-color css
<style>
a { background-color: #CB072C; }
a { background-color: rgb(203,7,44); }
div.DivClassName
{
background-color: #CB072C;
}
.BgClassName
{
background-color: #CB072C;
}
</style>
border-color css
<style>
span { border-color: #CB072C; }
span { border-color: rgb(203,7,44); }
td.TdClassName
{
border-color: #CB072C;
}
.TagClassName
{
border-color: #CB072C;
}
</style>