Shades of Fire Engine Red #C21326
Tints of Fire Engine Red #C21326
RGB
CMYK
RGB Variations
Color information
#C21326 (or 0xC21326) is known color: Fire Engine Red. HEX triplet: C2, 13 and 26. RGB value is (194,19,38). Sum of RGB (Red+Green+Blue) = 194+19+38=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C21326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21326 is #3DECD9. Grayscale: #494949. Windows color (decimal): -4058330 or 2495426. OLE color: 2495426.
HSL color Cylindrical-coordinate representation of color #C21326: hue angle of 353.49º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21326 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 38 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.24 |
| HSL | 353.49º | 0.82% | 0.42% | - |
| HSV(B) | 353.49º | 0.9% | 0.76% | - |
| XYZ | 22.83 | 12.08 | 2.96 | - |
| YUV | 73.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 38 | 0 | 0.90 | 0.80 | 0.24 | 353.49 | 0.82 | 0.42 |
| Hex | C2 | 13 | 26 | 0 | 5A | 50 | 18 | 161 | 52 | 2A |
| Octal | 302 | 23 | 46 | 0 | 132 | 120 | 30 | 541 | 122 | 52 |
| Binary | 11000010 | 10011 | 100110 | 0 | 1011010 | 1010000 | 11000 | 101100001 | 1010010 | 101010 |
Color Harmonies of #C21326
Complementary color
Monochromatic Colors of #C21326
Black with #C21326
Text Example
Text Example
White with #C21326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21326; }
p { color: rgb(194,19,38); }
H1.HeaderClassName
{
color: #C21326;
}
.AnyTagClassName
{
color: #C21326;
}
</style>
background-color css
<style>
a { background-color: #C21326; }
a { background-color: rgb(194,19,38); }
div.DivClassName
{
background-color: #C21326;
}
.BgClassName
{
background-color: #C21326;
}
</style>
border-color css
<style>
span { border-color: #C21326; }
span { border-color: rgb(194,19,38); }
td.TdClassName
{
border-color: #C21326;
}
.TagClassName
{
border-color: #C21326;
}
</style>