Shades of Fire Engine Red #C21025
Tints of Fire Engine Red #C21025
RGB
CMYK
RGB Variations
Color information
#C21025 (or 0xC21025) is known color: Fire Engine Red. HEX triplet: C2, 10 and 25. RGB value is (194,16,37). Sum of RGB (Red+Green+Blue) = 194+16+37=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C21025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21025 is #3DEFDA. Grayscale: #474747. Windows color (decimal): -4059099 or 2429122. OLE color: 2429122.
HSL color Cylindrical-coordinate representation of color #C21025: hue angle of 352.92º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21025 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 37 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.24 |
| HSL | 352.92º | 0.85% | 0.41% | - |
| HSV(B) | 352.92º | 0.92% | 0.76% | - |
| XYZ | 22.77 | 11.97 | 2.86 | - |
| YUV | 71.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 37 | 0 | 0.92 | 0.81 | 0.24 | 352.92 | 0.85 | 0.41 |
| Hex | C2 | 10 | 25 | 0 | 5C | 51 | 18 | 161 | 55 | 29 |
| Octal | 302 | 20 | 45 | 0 | 134 | 121 | 30 | 541 | 125 | 51 |
| Binary | 11000010 | 10000 | 100101 | 0 | 1011100 | 1010001 | 11000 | 101100001 | 1010101 | 101001 |
Color Harmonies of #C21025
Complementary color
Monochromatic Colors of #C21025
Black with #C21025
Text Example
Text Example
White with #C21025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21025; }
p { color: rgb(194,16,37); }
H1.HeaderClassName
{
color: #C21025;
}
.AnyTagClassName
{
color: #C21025;
}
</style>
background-color css
<style>
a { background-color: #C21025; }
a { background-color: rgb(194,16,37); }
div.DivClassName
{
background-color: #C21025;
}
.BgClassName
{
background-color: #C21025;
}
</style>
border-color css
<style>
span { border-color: #C21025; }
span { border-color: rgb(194,16,37); }
td.TdClassName
{
border-color: #C21025;
}
.TagClassName
{
border-color: #C21025;
}
</style>