Shades of Fire Engine Red #C42328
Tints of Fire Engine Red #C42328
RGB
CMYK
RGB Variations
Color information
#C42328 (or 0xC42328) is known color: Fire Engine Red. HEX triplet: C4, 23 and 28. RGB value is (196,35,40). Sum of RGB (Red+Green+Blue) = 196+35+40=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C42328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42328 is #3BDCD7. Grayscale: #535353. Windows color (decimal): -3923160 or 2630596. OLE color: 2630596.
HSL color Cylindrical-coordinate representation of color #C42328: hue angle of 358.14º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42328 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 40 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.23 |
| HSL | 358.14º | 0.7% | 0.45% | - |
| HSV(B) | 358.14º | 0.82% | 0.77% | - |
| XYZ | 23.75 | 13.09 | 3.28 | - |
| YUV | 83.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 40 | 0 | 0.82 | 0.80 | 0.23 | 358.14 | 0.7 | 0.45 |
| Hex | C4 | 23 | 28 | 0 | 52 | 50 | 17 | 166 | 46 | 2D |
| Octal | 304 | 43 | 50 | 0 | 122 | 120 | 27 | 546 | 106 | 55 |
| Binary | 11000100 | 100011 | 101000 | 0 | 1010010 | 1010000 | 10111 | 101100110 | 1000110 | 101101 |
Color Harmonies of #C42328
Complementary color
Monochromatic Colors of #C42328
Black with #C42328
Text Example
Text Example
White with #C42328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42328; }
p { color: rgb(196,35,40); }
H1.HeaderClassName
{
color: #C42328;
}
.AnyTagClassName
{
color: #C42328;
}
</style>
background-color css
<style>
a { background-color: #C42328; }
a { background-color: rgb(196,35,40); }
div.DivClassName
{
background-color: #C42328;
}
.BgClassName
{
background-color: #C42328;
}
</style>
border-color css
<style>
span { border-color: #C42328; }
span { border-color: rgb(196,35,40); }
td.TdClassName
{
border-color: #C42328;
}
.TagClassName
{
border-color: #C42328;
}
</style>