Shades of Fire Engine Red #C12025
Tints of Fire Engine Red #C12025
RGB
CMYK
RGB Variations
Color information
#C12025 (or 0xC12025) is known color: Fire Engine Red. HEX triplet: C1, 20 and 25. RGB value is (193,32,37). Sum of RGB (Red+Green+Blue) = 193+32+37=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C12025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12025 is #3EDFDA. Grayscale: #505050. Windows color (decimal): -4120539 or 2433217. OLE color: 2433217.
HSL color Cylindrical-coordinate representation of color #C12025: hue angle of 358.14º 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 #C12025 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 37 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.24 |
| HSL | 358.14º | 0.72% | 0.44% | - |
| HSV(B) | 358.14º | 0.83% | 0.76% | - |
| XYZ | 22.84 | 12.5 | 2.96 | - |
| YUV | 80.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 37 | 0 | 0.83 | 0.81 | 0.24 | 358.14 | 0.72 | 0.44 |
| Hex | C1 | 20 | 25 | 0 | 53 | 51 | 18 | 166 | 48 | 2C |
| Octal | 301 | 40 | 45 | 0 | 123 | 121 | 30 | 546 | 110 | 54 |
| Binary | 11000001 | 100000 | 100101 | 0 | 1010011 | 1010001 | 11000 | 101100110 | 1001000 | 101100 |
Color Harmonies of #C12025
Complementary color
Monochromatic Colors of #C12025
Black with #C12025
Text Example
Text Example
White with #C12025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12025; }
p { color: rgb(193,32,37); }
H1.HeaderClassName
{
color: #C12025;
}
.AnyTagClassName
{
color: #C12025;
}
</style>
background-color css
<style>
a { background-color: #C12025; }
a { background-color: rgb(193,32,37); }
div.DivClassName
{
background-color: #C12025;
}
.BgClassName
{
background-color: #C12025;
}
</style>
border-color css
<style>
span { border-color: #C12025; }
span { border-color: rgb(193,32,37); }
td.TdClassName
{
border-color: #C12025;
}
.TagClassName
{
border-color: #C12025;
}
</style>