Shades of Fire Engine Red #C32025
Tints of Fire Engine Red #C32025
RGB
CMYK
RGB Variations
Color information
#C32025 (or 0xC32025) is known color: Fire Engine Red. HEX triplet: C3, 20 and 25. RGB value is (195,32,37). Sum of RGB (Red+Green+Blue) = 195+32+37=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C32025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32025 is #3CDFDA. Grayscale: #515151. Windows color (decimal): -3989467 or 2433219. OLE color: 2433219.
HSL color Cylindrical-coordinate representation of color #C32025: hue angle of 358.16º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32025 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 37 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.24 |
| HSL | 358.16º | 0.72% | 0.45% | - |
| HSV(B) | 358.16º | 0.84% | 0.76% | - |
| XYZ | 23.36 | 12.77 | 2.98 | - |
| YUV | 81.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 37 | 0 | 0.84 | 0.81 | 0.24 | 358.16 | 0.72 | 0.45 |
| Hex | C3 | 20 | 25 | 0 | 54 | 51 | 18 | 166 | 48 | 2D |
| Octal | 303 | 40 | 45 | 0 | 124 | 121 | 30 | 546 | 110 | 55 |
| Binary | 11000011 | 100000 | 100101 | 0 | 1010100 | 1010001 | 11000 | 101100110 | 1001000 | 101101 |
Color Harmonies of #C32025
Complementary color
Monochromatic Colors of #C32025
Black with #C32025
Text Example
Text Example
White with #C32025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32025; }
p { color: rgb(195,32,37); }
H1.HeaderClassName
{
color: #C32025;
}
.AnyTagClassName
{
color: #C32025;
}
</style>
background-color css
<style>
a { background-color: #C32025; }
a { background-color: rgb(195,32,37); }
div.DivClassName
{
background-color: #C32025;
}
.BgClassName
{
background-color: #C32025;
}
</style>
border-color css
<style>
span { border-color: #C32025; }
span { border-color: rgb(195,32,37); }
td.TdClassName
{
border-color: #C32025;
}
.TagClassName
{
border-color: #C32025;
}
</style>