Shades of Fire Engine Red #C61D25
Tints of Fire Engine Red #C61D25
RGB
CMYK
RGB Variations
Color information
#C61D25 (or 0xC61D25) is known color: Fire Engine Red. HEX triplet: C6, 1D and 25. RGB value is (198,29,37). Sum of RGB (Red+Green+Blue) = 198+29+37=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D25 is #39E2DA. Grayscale: #505050. Windows color (decimal): -3793627 or 2432454. OLE color: 2432454.
HSL color Cylindrical-coordinate representation of color #C61D25: hue angle of 357.16º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61D25 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 37 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.22 |
| HSL | 357.16º | 0.74% | 0.45% | - |
| HSV(B) | 357.16º | 0.85% | 0.78% | - |
| XYZ | 24.06 | 13.02 | 2.99 | - |
| YUV | 80.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 37 | 0 | 0.85 | 0.81 | 0.22 | 357.16 | 0.74 | 0.45 |
| Hex | C6 | 1D | 25 | 0 | 55 | 51 | 16 | 165 | 4A | 2D |
| Octal | 306 | 35 | 45 | 0 | 125 | 121 | 26 | 545 | 112 | 55 |
| Binary | 11000110 | 11101 | 100101 | 0 | 1010101 | 1010001 | 10110 | 101100101 | 1001010 | 101101 |
Color Harmonies of #C61D25
Complementary color
Monochromatic Colors of #C61D25
Black with #C61D25
Text Example
Text Example
White with #C61D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D25; }
p { color: rgb(198,29,37); }
H1.HeaderClassName
{
color: #C61D25;
}
.AnyTagClassName
{
color: #C61D25;
}
</style>
background-color css
<style>
a { background-color: #C61D25; }
a { background-color: rgb(198,29,37); }
div.DivClassName
{
background-color: #C61D25;
}
.BgClassName
{
background-color: #C61D25;
}
</style>
border-color css
<style>
span { border-color: #C61D25; }
span { border-color: rgb(198,29,37); }
td.TdClassName
{
border-color: #C61D25;
}
.TagClassName
{
border-color: #C61D25;
}
</style>