Shades of Fire Engine Red #C21328
Tints of Fire Engine Red #C21328
RGB
CMYK
RGB Variations
Color information
#C21328 (or 0xC21328) is known color: Fire Engine Red. HEX triplet: C2, 13 and 28. RGB value is (194,19,40). Sum of RGB (Red+Green+Blue) = 194+19+40=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C21328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21328 is #3DECD7. Grayscale: #494949. Windows color (decimal): -4058328 or 2626498. OLE color: 2626498.
HSL color Cylindrical-coordinate representation of color #C21328: hue angle of 352.8º 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 #C21328 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 40 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.24 |
| HSL | 352.8º | 0.82% | 0.42% | - |
| HSV(B) | 352.8º | 0.9% | 0.76% | - |
| XYZ | 22.86 | 12.09 | 3.14 | - |
| YUV | 73.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 40 | 0 | 0.90 | 0.79 | 0.24 | 352.8 | 0.82 | 0.42 |
| Hex | C2 | 13 | 28 | 0 | 5A | 4F | 18 | 161 | 52 | 2A |
| Octal | 302 | 23 | 50 | 0 | 132 | 117 | 30 | 541 | 122 | 52 |
| Binary | 11000010 | 10011 | 101000 | 0 | 1011010 | 1001111 | 11000 | 101100001 | 1010010 | 101010 |
Color Harmonies of #C21328
Complementary color
Monochromatic Colors of #C21328
Black with #C21328
Text Example
Text Example
White with #C21328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21328; }
p { color: rgb(194,19,40); }
H1.HeaderClassName
{
color: #C21328;
}
.AnyTagClassName
{
color: #C21328;
}
</style>
background-color css
<style>
a { background-color: #C21328; }
a { background-color: rgb(194,19,40); }
div.DivClassName
{
background-color: #C21328;
}
.BgClassName
{
background-color: #C21328;
}
</style>
border-color css
<style>
span { border-color: #C21328; }
span { border-color: rgb(194,19,40); }
td.TdClassName
{
border-color: #C21328;
}
.TagClassName
{
border-color: #C21328;
}
</style>