Shades of Fire Engine Red #C62128
Tints of Fire Engine Red #C62128
RGB
CMYK
RGB Variations
Color information
#C62128 (or 0xC62128) is known color: Fire Engine Red. HEX triplet: C6, 21 and 28. RGB value is (198,33,40). Sum of RGB (Red+Green+Blue) = 198+33+40=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C62128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62128 is #39DED7. Grayscale: #535353. Windows color (decimal): -3792600 or 2630086. OLE color: 2630086.
HSL color Cylindrical-coordinate representation of color #C62128: hue angle of 357.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62128 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 40 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.22 |
| HSL | 357.45º | 0.71% | 0.45% | - |
| HSV(B) | 357.45º | 0.83% | 0.78% | - |
| XYZ | 24.22 | 13.25 | 3.29 | - |
| YUV | 83.13 | 103.66 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 40 | 0 | 0.83 | 0.80 | 0.22 | 357.45 | 0.71 | 0.45 |
| Hex | C6 | 21 | 28 | 0 | 53 | 50 | 16 | 165 | 47 | 2D |
| Octal | 306 | 41 | 50 | 0 | 123 | 120 | 26 | 545 | 107 | 55 |
| Binary | 11000110 | 100001 | 101000 | 0 | 1010011 | 1010000 | 10110 | 101100101 | 1000111 | 101101 |
Color Harmonies of #C62128
Complementary color
Monochromatic Colors of #C62128
Black with #C62128
Text Example
Text Example
White with #C62128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62128; }
p { color: rgb(198,33,40); }
H1.HeaderClassName
{
color: #C62128;
}
.AnyTagClassName
{
color: #C62128;
}
</style>
background-color css
<style>
a { background-color: #C62128; }
a { background-color: rgb(198,33,40); }
div.DivClassName
{
background-color: #C62128;
}
.BgClassName
{
background-color: #C62128;
}
</style>
border-color css
<style>
span { border-color: #C62128; }
span { border-color: rgb(198,33,40); }
td.TdClassName
{
border-color: #C62128;
}
.TagClassName
{
border-color: #C62128;
}
</style>