Shades of Fire Engine Red #CB032C
Tints of Fire Engine Red #CB032C
RGB
CMYK
RGB Variations
Color information
#CB032C (or 0xCB032C) is known color: Fire Engine Red. HEX triplet: CB, 03 and 2C. RGB value is (203,3,44). Sum of RGB (Red+Green+Blue) = 203+3+44=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB032C is #34FCD3. Grayscale: #434343. Windows color (decimal): -3472596 or 2884555. OLE color: 2884555.
HSL color Cylindrical-coordinate representation of color #CB032C: hue angle of 347.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB032C is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.20 |
| HSL | 347.7º | 0.97% | 0.4% | - |
| HSV(B) | 347.7º | 0.99% | 0.8% | - |
| XYZ | 25.12 | 12.94 | 3.56 | - |
| YUV | 67.47 | 114.76 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 44 | 0 | 0.99 | 0.78 | 0.20 | 347.7 | 0.97 | 0.4 |
| Hex | CB | 3 | 2C | 0 | 63 | 4E | 14 | 15C | 61 | 28 |
| Octal | 313 | 3 | 54 | 0 | 143 | 116 | 24 | 534 | 141 | 50 |
| Binary | 11001011 | 11 | 101100 | 0 | 1100011 | 1001110 | 10100 | 101011100 | 1100001 | 101000 |
Color Harmonies of #CB032C
Complementary color
Monochromatic Colors of #CB032C
Black with #CB032C
Text Example
Text Example
White with #CB032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB032C; }
p { color: rgb(203,3,44); }
H1.HeaderClassName
{
color: #CB032C;
}
.AnyTagClassName
{
color: #CB032C;
}
</style>
background-color css
<style>
a { background-color: #CB032C; }
a { background-color: rgb(203,3,44); }
div.DivClassName
{
background-color: #CB032C;
}
.BgClassName
{
background-color: #CB032C;
}
</style>
border-color css
<style>
span { border-color: #CB032C; }
span { border-color: rgb(203,3,44); }
td.TdClassName
{
border-color: #CB032C;
}
.TagClassName
{
border-color: #CB032C;
}
</style>