Shades of Fire Engine Red #C21D21
Tints of Fire Engine Red #C21D21
RGB
CMYK
RGB Variations
Color information
#C21D21 (or 0xC21D21) is known color: Fire Engine Red. HEX triplet: C2, 1D and 21. RGB value is (194,29,33). Sum of RGB (Red+Green+Blue) = 194+29+33=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D21 is #3DE2DE. Grayscale: #4E4E4E. Windows color (decimal): -4055775 or 2170306. OLE color: 2170306.
HSL color Cylindrical-coordinate representation of color #C21D21: hue angle of 358.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21D21 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 33 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.24 |
| HSL | 358.55º | 0.74% | 0.44% | - |
| HSV(B) | 358.55º | 0.85% | 0.76% | - |
| XYZ | 22.96 | 12.46 | 2.63 | - |
| YUV | 78.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 33 | 0 | 0.85 | 0.83 | 0.24 | 358.55 | 0.74 | 0.44 |
| Hex | C2 | 1D | 21 | 0 | 55 | 53 | 18 | 167 | 4A | 2C |
| Octal | 302 | 35 | 41 | 0 | 125 | 123 | 30 | 547 | 112 | 54 |
| Binary | 11000010 | 11101 | 100001 | 0 | 1010101 | 1010011 | 11000 | 101100111 | 1001010 | 101100 |
Color Harmonies of #C21D21
Complementary color
Monochromatic Colors of #C21D21
Black with #C21D21
Text Example
Text Example
White with #C21D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D21; }
p { color: rgb(194,29,33); }
H1.HeaderClassName
{
color: #C21D21;
}
.AnyTagClassName
{
color: #C21D21;
}
</style>
background-color css
<style>
a { background-color: #C21D21; }
a { background-color: rgb(194,29,33); }
div.DivClassName
{
background-color: #C21D21;
}
.BgClassName
{
background-color: #C21D21;
}
</style>
border-color css
<style>
span { border-color: #C21D21; }
span { border-color: rgb(194,29,33); }
td.TdClassName
{
border-color: #C21D21;
}
.TagClassName
{
border-color: #C21D21;
}
</style>