Shades of Fire Engine Red #C12021
Tints of Fire Engine Red #C12021
RGB
CMYK
RGB Variations
Color information
#C12021 (or 0xC12021) is known color: Fire Engine Red. HEX triplet: C1, 20 and 21. RGB value is (193,32,33). Sum of RGB (Red+Green+Blue) = 193+32+33=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C12021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12021 is #3EDFDE. Grayscale: #505050. Windows color (decimal): -4120543 or 2171073. OLE color: 2171073.
HSL color Cylindrical-coordinate representation of color #C12021: hue angle of 359.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12021 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 33 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.24 |
| HSL | 359.63º | 0.72% | 0.44% | - |
| HSV(B) | 359.63º | 0.83% | 0.76% | - |
| XYZ | 22.78 | 12.48 | 2.65 | - |
| YUV | 80.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 33 | 0 | 0.83 | 0.83 | 0.24 | 359.63 | 0.72 | 0.44 |
| Hex | C1 | 20 | 21 | 0 | 53 | 53 | 18 | 168 | 48 | 2C |
| Octal | 301 | 40 | 41 | 0 | 123 | 123 | 30 | 550 | 110 | 54 |
| Binary | 11000001 | 100000 | 100001 | 0 | 1010011 | 1010011 | 11000 | 101101000 | 1001000 | 101100 |
Color Harmonies of #C12021
Complementary color
Monochromatic Colors of #C12021
Black with #C12021
Text Example
Text Example
White with #C12021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12021; }
p { color: rgb(193,32,33); }
H1.HeaderClassName
{
color: #C12021;
}
.AnyTagClassName
{
color: #C12021;
}
</style>
background-color css
<style>
a { background-color: #C12021; }
a { background-color: rgb(193,32,33); }
div.DivClassName
{
background-color: #C12021;
}
.BgClassName
{
background-color: #C12021;
}
</style>
border-color css
<style>
span { border-color: #C12021; }
span { border-color: rgb(193,32,33); }
td.TdClassName
{
border-color: #C12021;
}
.TagClassName
{
border-color: #C12021;
}
</style>