Shades of Fire Engine Red #C31821
Tints of Fire Engine Red #C31821
RGB
CMYK
RGB Variations
Color information
#C31821 (or 0xC31821) is known color: Fire Engine Red. HEX triplet: C3, 18 and 21. RGB value is (195,24,33). Sum of RGB (Red+Green+Blue) = 195+24+33=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C31821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31821 is #3CE7DE. Grayscale: #4C4C4C. Windows color (decimal): -3991519 or 2169027. OLE color: 2169027.
HSL color Cylindrical-coordinate representation of color #C31821: hue angle of 356.84º 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 #C31821 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 33 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.24 |
| HSL | 356.84º | 0.78% | 0.43% | - |
| HSV(B) | 356.84º | 0.88% | 0.76% | - |
| XYZ | 23.11 | 12.37 | 2.61 | - |
| YUV | 76.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 33 | 0 | 0.88 | 0.83 | 0.24 | 356.84 | 0.78 | 0.43 |
| Hex | C3 | 18 | 21 | 0 | 58 | 53 | 18 | 165 | 4E | 2B |
| Octal | 303 | 30 | 41 | 0 | 130 | 123 | 30 | 545 | 116 | 53 |
| Binary | 11000011 | 11000 | 100001 | 0 | 1011000 | 1010011 | 11000 | 101100101 | 1001110 | 101011 |
Color Harmonies of #C31821
Complementary color
Monochromatic Colors of #C31821
Black with #C31821
Text Example
Text Example
White with #C31821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31821; }
p { color: rgb(195,24,33); }
H1.HeaderClassName
{
color: #C31821;
}
.AnyTagClassName
{
color: #C31821;
}
</style>
background-color css
<style>
a { background-color: #C31821; }
a { background-color: rgb(195,24,33); }
div.DivClassName
{
background-color: #C31821;
}
.BgClassName
{
background-color: #C31821;
}
</style>
border-color css
<style>
span { border-color: #C31821; }
span { border-color: rgb(195,24,33); }
td.TdClassName
{
border-color: #C31821;
}
.TagClassName
{
border-color: #C31821;
}
</style>