Shades of Fire Engine Red #C21223
Tints of Fire Engine Red #C21223
RGB
CMYK
RGB Variations
Color information
#C21223 (or 0xC21223) is known color: Fire Engine Red. HEX triplet: C2, 12 and 23. RGB value is (194,18,35). Sum of RGB (Red+Green+Blue) = 194+18+35=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C21223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21223 is #3DEDDC. Grayscale: #484848. Windows color (decimal): -4058589 or 2298562. OLE color: 2298562.
HSL color Cylindrical-coordinate representation of color #C21223: hue angle of 354.2º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21223 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.24 |
| HSL | 354.2º | 0.83% | 0.42% | - |
| HSV(B) | 354.2º | 0.91% | 0.76% | - |
| XYZ | 22.77 | 12.02 | 2.71 | - |
| YUV | 72.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 35 | 0 | 0.91 | 0.82 | 0.24 | 354.2 | 0.83 | 0.42 |
| Hex | C2 | 12 | 23 | 0 | 5B | 52 | 18 | 162 | 53 | 2A |
| Octal | 302 | 22 | 43 | 0 | 133 | 122 | 30 | 542 | 123 | 52 |
| Binary | 11000010 | 10010 | 100011 | 0 | 1011011 | 1010010 | 11000 | 101100010 | 1010011 | 101010 |
Color Harmonies of #C21223
Complementary color
Monochromatic Colors of #C21223
Black with #C21223
Text Example
Text Example
White with #C21223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21223; }
p { color: rgb(194,18,35); }
H1.HeaderClassName
{
color: #C21223;
}
.AnyTagClassName
{
color: #C21223;
}
</style>
background-color css
<style>
a { background-color: #C21223; }
a { background-color: rgb(194,18,35); }
div.DivClassName
{
background-color: #C21223;
}
.BgClassName
{
background-color: #C21223;
}
</style>
border-color css
<style>
span { border-color: #C21223; }
span { border-color: rgb(194,18,35); }
td.TdClassName
{
border-color: #C21223;
}
.TagClassName
{
border-color: #C21223;
}
</style>