Shades of Fire Engine Red #C21C1D
Tints of Fire Engine Red #C21C1D
RGB
CMYK
RGB Variations
Color information
#C21C1D (or 0xC21C1D) is known color: Fire Engine Red. HEX triplet: C2, 1C and 1D. RGB value is (194,28,29). Sum of RGB (Red+Green+Blue) = 194+28+29=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C1D is #3DE3E2. Grayscale: #4D4D4D. Windows color (decimal): -4056035 or 1907906. OLE color: 1907906.
HSL color Cylindrical-coordinate representation of color #C21C1D: hue angle of 359.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C1D is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 29 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.24 |
| HSL | 359.64º | 0.75% | 0.44% | - |
| HSV(B) | 359.64º | 0.86% | 0.76% | - |
| XYZ | 22.89 | 12.39 | 2.35 | - |
| YUV | 77.75 | 100.5 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 29 | 0 | 0.86 | 0.85 | 0.24 | 359.64 | 0.75 | 0.44 |
| Hex | C2 | 1C | 1D | 0 | 56 | 55 | 18 | 168 | 4B | 2C |
| Octal | 302 | 34 | 35 | 0 | 126 | 125 | 30 | 550 | 113 | 54 |
| Binary | 11000010 | 11100 | 11101 | 0 | 1010110 | 1010101 | 11000 | 101101000 | 1001011 | 101100 |
Color Harmonies of #C21C1D
Complementary color
Monochromatic Colors of #C21C1D
Black with #C21C1D
Text Example
Text Example
White with #C21C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C1D; }
p { color: rgb(194,28,29); }
H1.HeaderClassName
{
color: #C21C1D;
}
.AnyTagClassName
{
color: #C21C1D;
}
</style>
background-color css
<style>
a { background-color: #C21C1D; }
a { background-color: rgb(194,28,29); }
div.DivClassName
{
background-color: #C21C1D;
}
.BgClassName
{
background-color: #C21C1D;
}
</style>
border-color css
<style>
span { border-color: #C21C1D; }
span { border-color: rgb(194,28,29); }
td.TdClassName
{
border-color: #C21C1D;
}
.TagClassName
{
border-color: #C21C1D;
}
</style>