Shades of Fire Engine Red #C21C21
Tints of Fire Engine Red #C21C21
RGB
CMYK
RGB Variations
Color information
#C21C21 (or 0xC21C21) is known color: Fire Engine Red. HEX triplet: C2, 1C and 21. RGB value is (194,28,33). Sum of RGB (Red+Green+Blue) = 194+28+33=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C21 is #3DE3DE. Grayscale: #4E4E4E. Windows color (decimal): -4056031 or 2170050. OLE color: 2170050.
HSL color Cylindrical-coordinate representation of color #C21C21: hue angle of 358.19º 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 #C21C21 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 33 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.24 |
| HSL | 358.19º | 0.75% | 0.44% | - |
| HSV(B) | 358.19º | 0.86% | 0.76% | - |
| XYZ | 22.94 | 12.41 | 2.63 | - |
| YUV | 78.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 33 | 0 | 0.86 | 0.83 | 0.24 | 358.19 | 0.75 | 0.44 |
| Hex | C2 | 1C | 21 | 0 | 56 | 53 | 18 | 166 | 4B | 2C |
| Octal | 302 | 34 | 41 | 0 | 126 | 123 | 30 | 546 | 113 | 54 |
| Binary | 11000010 | 11100 | 100001 | 0 | 1010110 | 1010011 | 11000 | 101100110 | 1001011 | 101100 |
Color Harmonies of #C21C21
Complementary color
Monochromatic Colors of #C21C21
Black with #C21C21
Text Example
Text Example
White with #C21C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C21; }
p { color: rgb(194,28,33); }
H1.HeaderClassName
{
color: #C21C21;
}
.AnyTagClassName
{
color: #C21C21;
}
</style>
background-color css
<style>
a { background-color: #C21C21; }
a { background-color: rgb(194,28,33); }
div.DivClassName
{
background-color: #C21C21;
}
.BgClassName
{
background-color: #C21C21;
}
</style>
border-color css
<style>
span { border-color: #C21C21; }
span { border-color: rgb(194,28,33); }
td.TdClassName
{
border-color: #C21C21;
}
.TagClassName
{
border-color: #C21C21;
}
</style>