Shades of Fire Engine Red #C61D2B
Tints of Fire Engine Red #C61D2B
RGB
CMYK
RGB Variations
Color information
#C61D2B (or 0xC61D2B) is known color: Fire Engine Red. HEX triplet: C6, 1D and 2B. RGB value is (198,29,43). Sum of RGB (Red+Green+Blue) = 198+29+43=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D2B is #39E2D4. Grayscale: #515151. Windows color (decimal): -3793621 or 2825670. OLE color: 2825670.
HSL color Cylindrical-coordinate representation of color #C61D2B: hue angle of 355.03º 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 #C61D2B is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 43 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.22 |
| HSL | 355.03º | 0.74% | 0.45% | - |
| HSV(B) | 355.03º | 0.85% | 0.78% | - |
| XYZ | 24.16 | 13.06 | 3.53 | - |
| YUV | 81.13 | 106.49 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 43 | 0 | 0.85 | 0.78 | 0.22 | 355.03 | 0.74 | 0.45 |
| Hex | C6 | 1D | 2B | 0 | 55 | 4E | 16 | 163 | 4A | 2D |
| Octal | 306 | 35 | 53 | 0 | 125 | 116 | 26 | 543 | 112 | 55 |
| Binary | 11000110 | 11101 | 101011 | 0 | 1010101 | 1001110 | 10110 | 101100011 | 1001010 | 101101 |
Color Harmonies of #C61D2B
Complementary color
Monochromatic Colors of #C61D2B
Black with #C61D2B
Text Example
Text Example
White with #C61D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D2B; }
p { color: rgb(198,29,43); }
H1.HeaderClassName
{
color: #C61D2B;
}
.AnyTagClassName
{
color: #C61D2B;
}
</style>
background-color css
<style>
a { background-color: #C61D2B; }
a { background-color: rgb(198,29,43); }
div.DivClassName
{
background-color: #C61D2B;
}
.BgClassName
{
background-color: #C61D2B;
}
</style>
border-color css
<style>
span { border-color: #C61D2B; }
span { border-color: rgb(198,29,43); }
td.TdClassName
{
border-color: #C61D2B;
}
.TagClassName
{
border-color: #C61D2B;
}
</style>