Shades of Fire Engine Red #C32026
Tints of Fire Engine Red #C32026
RGB
CMYK
RGB Variations
Color information
#C32026 (or 0xC32026) is known color: Fire Engine Red. HEX triplet: C3, 20 and 26. RGB value is (195,32,38). Sum of RGB (Red+Green+Blue) = 195+32+38=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C32026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32026 is #3CDFD9. Grayscale: #515151. Windows color (decimal): -3989466 or 2498755. OLE color: 2498755.
HSL color Cylindrical-coordinate representation of color #C32026: hue angle of 357.79º 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 #C32026 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 38 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.24 |
| HSL | 357.79º | 0.72% | 0.45% | - |
| HSV(B) | 357.79º | 0.84% | 0.76% | - |
| XYZ | 23.37 | 12.78 | 3.07 | - |
| YUV | 81.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 38 | 0 | 0.84 | 0.81 | 0.24 | 357.79 | 0.72 | 0.45 |
| Hex | C3 | 20 | 26 | 0 | 54 | 51 | 18 | 166 | 48 | 2D |
| Octal | 303 | 40 | 46 | 0 | 124 | 121 | 30 | 546 | 110 | 55 |
| Binary | 11000011 | 100000 | 100110 | 0 | 1010100 | 1010001 | 11000 | 101100110 | 1001000 | 101101 |
Color Harmonies of #C32026
Complementary color
Monochromatic Colors of #C32026
Black with #C32026
Text Example
Text Example
White with #C32026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32026; }
p { color: rgb(195,32,38); }
H1.HeaderClassName
{
color: #C32026;
}
.AnyTagClassName
{
color: #C32026;
}
</style>
background-color css
<style>
a { background-color: #C32026; }
a { background-color: rgb(195,32,38); }
div.DivClassName
{
background-color: #C32026;
}
.BgClassName
{
background-color: #C32026;
}
</style>
border-color css
<style>
span { border-color: #C32026; }
span { border-color: rgb(195,32,38); }
td.TdClassName
{
border-color: #C32026;
}
.TagClassName
{
border-color: #C32026;
}
</style>