Shades of Fire Engine Red #C61225
Tints of Fire Engine Red #C61225
RGB
CMYK
RGB Variations
Color information
#C61225 (or 0xC61225) is known color: Fire Engine Red. HEX triplet: C6, 12 and 25. RGB value is (198,18,37). Sum of RGB (Red+Green+Blue) = 198+18+37=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C61225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61225 is #39EDDA. Grayscale: #4A4A4A. Windows color (decimal): -3796443 or 2429638. OLE color: 2429638.
HSL color Cylindrical-coordinate representation of color #C61225: hue angle of 353.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61225 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 37 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.22 |
| HSL | 353.67º | 0.83% | 0.42% | - |
| HSV(B) | 353.67º | 0.91% | 0.78% | - |
| XYZ | 23.84 | 12.57 | 2.92 | - |
| YUV | 73.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 37 | 0 | 0.91 | 0.81 | 0.22 | 353.67 | 0.83 | 0.42 |
| Hex | C6 | 12 | 25 | 0 | 5B | 51 | 16 | 162 | 53 | 2A |
| Octal | 306 | 22 | 45 | 0 | 133 | 121 | 26 | 542 | 123 | 52 |
| Binary | 11000110 | 10010 | 100101 | 0 | 1011011 | 1010001 | 10110 | 101100010 | 1010011 | 101010 |
Color Harmonies of #C61225
Complementary color
Monochromatic Colors of #C61225
Black with #C61225
Text Example
Text Example
White with #C61225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61225; }
p { color: rgb(198,18,37); }
H1.HeaderClassName
{
color: #C61225;
}
.AnyTagClassName
{
color: #C61225;
}
</style>
background-color css
<style>
a { background-color: #C61225; }
a { background-color: rgb(198,18,37); }
div.DivClassName
{
background-color: #C61225;
}
.BgClassName
{
background-color: #C61225;
}
</style>
border-color css
<style>
span { border-color: #C61225; }
span { border-color: rgb(198,18,37); }
td.TdClassName
{
border-color: #C61225;
}
.TagClassName
{
border-color: #C61225;
}
</style>