Shades of Fire Engine Red #C21A25
Tints of Fire Engine Red #C21A25
RGB
CMYK
RGB Variations
Color information
#C21A25 (or 0xC21A25) is known color: Fire Engine Red. HEX triplet: C2, 1A and 25. RGB value is (194,26,37). Sum of RGB (Red+Green+Blue) = 194+26+37=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A25 is #3DE5DA. Grayscale: #4D4D4D. Windows color (decimal): -4056539 or 2431682. OLE color: 2431682.
HSL color Cylindrical-coordinate representation of color #C21A25: hue angle of 356.07º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A25 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 37 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.24 |
| HSL | 356.07º | 0.76% | 0.43% | - |
| HSV(B) | 356.07º | 0.87% | 0.76% | - |
| XYZ | 22.95 | 12.34 | 2.92 | - |
| YUV | 77.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 37 | 0 | 0.87 | 0.81 | 0.24 | 356.07 | 0.76 | 0.43 |
| Hex | C2 | 1A | 25 | 0 | 57 | 51 | 18 | 164 | 4C | 2B |
| Octal | 302 | 32 | 45 | 0 | 127 | 121 | 30 | 544 | 114 | 53 |
| Binary | 11000010 | 11010 | 100101 | 0 | 1010111 | 1010001 | 11000 | 101100100 | 1001100 | 101011 |
Color Harmonies of #C21A25
Complementary color
Monochromatic Colors of #C21A25
Black with #C21A25
Text Example
Text Example
White with #C21A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A25; }
p { color: rgb(194,26,37); }
H1.HeaderClassName
{
color: #C21A25;
}
.AnyTagClassName
{
color: #C21A25;
}
</style>
background-color css
<style>
a { background-color: #C21A25; }
a { background-color: rgb(194,26,37); }
div.DivClassName
{
background-color: #C21A25;
}
.BgClassName
{
background-color: #C21A25;
}
</style>
border-color css
<style>
span { border-color: #C21A25; }
span { border-color: rgb(194,26,37); }
td.TdClassName
{
border-color: #C21A25;
}
.TagClassName
{
border-color: #C21A25;
}
</style>