Shades of Fire Engine Red #C12029
Tints of Fire Engine Red #C12029
RGB
CMYK
RGB Variations
Color information
#C12029 (or 0xC12029) is known color: Fire Engine Red. HEX triplet: C1, 20 and 29. RGB value is (193,32,41). Sum of RGB (Red+Green+Blue) = 193+32+41=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C12029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12029 is #3EDFD6. Grayscale: #515151. Windows color (decimal): -4120535 or 2695361. OLE color: 2695361.
HSL color Cylindrical-coordinate representation of color #C12029: hue angle of 356.65º 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 #C12029 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 41 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.24 |
| HSL | 356.65º | 0.72% | 0.44% | - |
| HSV(B) | 356.65º | 0.83% | 0.76% | - |
| XYZ | 22.91 | 12.53 | 3.31 | - |
| YUV | 81.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 41 | 0 | 0.83 | 0.79 | 0.24 | 356.65 | 0.72 | 0.44 |
| Hex | C1 | 20 | 29 | 0 | 53 | 4F | 18 | 165 | 48 | 2C |
| Octal | 301 | 40 | 51 | 0 | 123 | 117 | 30 | 545 | 110 | 54 |
| Binary | 11000001 | 100000 | 101001 | 0 | 1010011 | 1001111 | 11000 | 101100101 | 1001000 | 101100 |
Color Harmonies of #C12029
Complementary color
Monochromatic Colors of #C12029
Black with #C12029
Text Example
Text Example
White with #C12029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12029; }
p { color: rgb(193,32,41); }
H1.HeaderClassName
{
color: #C12029;
}
.AnyTagClassName
{
color: #C12029;
}
</style>
background-color css
<style>
a { background-color: #C12029; }
a { background-color: rgb(193,32,41); }
div.DivClassName
{
background-color: #C12029;
}
.BgClassName
{
background-color: #C12029;
}
</style>
border-color css
<style>
span { border-color: #C12029; }
span { border-color: rgb(193,32,41); }
td.TdClassName
{
border-color: #C12029;
}
.TagClassName
{
border-color: #C12029;
}
</style>