Shades of Fire Engine Red #C21825
Tints of Fire Engine Red #C21825
RGB
CMYK
RGB Variations
Color information
#C21825 (or 0xC21825) is known color: Fire Engine Red. HEX triplet: C2, 18 and 25. RGB value is (194,24,37). Sum of RGB (Red+Green+Blue) = 194+24+37=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C21825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21825 is #3DE7DA. Grayscale: #4C4C4C. Windows color (decimal): -4057051 or 2431170. OLE color: 2431170.
HSL color Cylindrical-coordinate representation of color #C21825: hue angle of 355.41º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21825 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 37 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.24 |
| HSL | 355.41º | 0.78% | 0.43% | - |
| HSV(B) | 355.41º | 0.88% | 0.76% | - |
| XYZ | 22.91 | 12.26 | 2.91 | - |
| YUV | 76.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 37 | 0 | 0.88 | 0.81 | 0.24 | 355.41 | 0.78 | 0.43 |
| Hex | C2 | 18 | 25 | 0 | 58 | 51 | 18 | 163 | 4E | 2B |
| Octal | 302 | 30 | 45 | 0 | 130 | 121 | 30 | 543 | 116 | 53 |
| Binary | 11000010 | 11000 | 100101 | 0 | 1011000 | 1010001 | 11000 | 101100011 | 1001110 | 101011 |
Color Harmonies of #C21825
Complementary color
Monochromatic Colors of #C21825
Black with #C21825
Text Example
Text Example
White with #C21825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21825; }
p { color: rgb(194,24,37); }
H1.HeaderClassName
{
color: #C21825;
}
.AnyTagClassName
{
color: #C21825;
}
</style>
background-color css
<style>
a { background-color: #C21825; }
a { background-color: rgb(194,24,37); }
div.DivClassName
{
background-color: #C21825;
}
.BgClassName
{
background-color: #C21825;
}
</style>
border-color css
<style>
span { border-color: #C21825; }
span { border-color: rgb(194,24,37); }
td.TdClassName
{
border-color: #C21825;
}
.TagClassName
{
border-color: #C21825;
}
</style>