Shades of Fire Engine Red #C32128
Tints of Fire Engine Red #C32128
RGB
CMYK
RGB Variations
Color information
#C32128 (or 0xC32128) is known color: Fire Engine Red. HEX triplet: C3, 21 and 28. RGB value is (195,33,40). Sum of RGB (Red+Green+Blue) = 195+33+40=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C32128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32128 is #3CDED7. Grayscale: #525252. Windows color (decimal): -3989208 or 2630083. OLE color: 2630083.
HSL color Cylindrical-coordinate representation of color #C32128: hue angle of 357.41º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32128 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 40 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.24 |
| HSL | 357.41º | 0.71% | 0.45% | - |
| HSV(B) | 357.41º | 0.83% | 0.76% | - |
| XYZ | 23.43 | 12.84 | 3.25 | - |
| YUV | 82.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 40 | 0 | 0.83 | 0.79 | 0.24 | 357.41 | 0.71 | 0.45 |
| Hex | C3 | 21 | 28 | 0 | 53 | 4F | 18 | 165 | 47 | 2D |
| Octal | 303 | 41 | 50 | 0 | 123 | 117 | 30 | 545 | 107 | 55 |
| Binary | 11000011 | 100001 | 101000 | 0 | 1010011 | 1001111 | 11000 | 101100101 | 1000111 | 101101 |
Color Harmonies of #C32128
Complementary color
Monochromatic Colors of #C32128
Black with #C32128
Text Example
Text Example
White with #C32128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32128; }
p { color: rgb(195,33,40); }
H1.HeaderClassName
{
color: #C32128;
}
.AnyTagClassName
{
color: #C32128;
}
</style>
background-color css
<style>
a { background-color: #C32128; }
a { background-color: rgb(195,33,40); }
div.DivClassName
{
background-color: #C32128;
}
.BgClassName
{
background-color: #C32128;
}
</style>
border-color css
<style>
span { border-color: #C32128; }
span { border-color: rgb(195,33,40); }
td.TdClassName
{
border-color: #C32128;
}
.TagClassName
{
border-color: #C32128;
}
</style>