Shades of Fire Engine Red #C61223
Tints of Fire Engine Red #C61223
RGB
CMYK
RGB Variations
Color information
#C61223 (or 0xC61223) is known color: Fire Engine Red. HEX triplet: C6, 12 and 23. RGB value is (198,18,35). Sum of RGB (Red+Green+Blue) = 198+18+35=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C61223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61223 is #39EDDC. Grayscale: #494949. Windows color (decimal): -3796445 or 2298566. OLE color: 2298566.
HSL color Cylindrical-coordinate representation of color #C61223: hue angle of 354.33º 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 #C61223 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.22 |
| HSL | 354.33º | 0.83% | 0.42% | - |
| HSV(B) | 354.33º | 0.91% | 0.78% | - |
| XYZ | 23.81 | 12.56 | 2.76 | - |
| YUV | 73.76 | 106.13 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 35 | 0 | 0.91 | 0.82 | 0.22 | 354.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 23 | 0 | 5B | 52 | 16 | 162 | 53 | 2A |
| Octal | 306 | 22 | 43 | 0 | 133 | 122 | 26 | 542 | 123 | 52 |
| Binary | 11000110 | 10010 | 100011 | 0 | 1011011 | 1010010 | 10110 | 101100010 | 1010011 | 101010 |
Color Harmonies of #C61223
Complementary color
Monochromatic Colors of #C61223
Black with #C61223
Text Example
Text Example
White with #C61223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61223; }
p { color: rgb(198,18,35); }
H1.HeaderClassName
{
color: #C61223;
}
.AnyTagClassName
{
color: #C61223;
}
</style>
background-color css
<style>
a { background-color: #C61223; }
a { background-color: rgb(198,18,35); }
div.DivClassName
{
background-color: #C61223;
}
.BgClassName
{
background-color: #C61223;
}
</style>
border-color css
<style>
span { border-color: #C61223; }
span { border-color: rgb(198,18,35); }
td.TdClassName
{
border-color: #C61223;
}
.TagClassName
{
border-color: #C61223;
}
</style>