Shades of Fire Engine Red #C72428
Tints of Fire Engine Red #C72428
RGB
CMYK
RGB Variations
Color information
#C72428 (or 0xC72428) is known color: Fire Engine Red. HEX triplet: C7, 24 and 28. RGB value is (199,36,40). Sum of RGB (Red+Green+Blue) = 199+36+40=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C72428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72428 is #38DBD7. Grayscale: #555555. Windows color (decimal): -3726296 or 2630855. OLE color: 2630855.
HSL color Cylindrical-coordinate representation of color #C72428: hue angle of 358.53º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72428 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 40 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.22 |
| HSL | 358.53º | 0.69% | 0.46% | - |
| HSV(B) | 358.53º | 0.82% | 0.78% | - |
| XYZ | 24.57 | 13.56 | 3.33 | - |
| YUV | 85.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 40 | 0 | 0.82 | 0.80 | 0.22 | 358.53 | 0.69 | 0.46 |
| Hex | C7 | 24 | 28 | 0 | 52 | 50 | 16 | 167 | 45 | 2E |
| Octal | 307 | 44 | 50 | 0 | 122 | 120 | 26 | 547 | 105 | 56 |
| Binary | 11000111 | 100100 | 101000 | 0 | 1010010 | 1010000 | 10110 | 101100111 | 1000101 | 101110 |
Color Harmonies of #C72428
Complementary color
Monochromatic Colors of #C72428
Black with #C72428
Text Example
Text Example
White with #C72428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72428; }
p { color: rgb(199,36,40); }
H1.HeaderClassName
{
color: #C72428;
}
.AnyTagClassName
{
color: #C72428;
}
</style>
background-color css
<style>
a { background-color: #C72428; }
a { background-color: rgb(199,36,40); }
div.DivClassName
{
background-color: #C72428;
}
.BgClassName
{
background-color: #C72428;
}
</style>
border-color css
<style>
span { border-color: #C72428; }
span { border-color: rgb(199,36,40); }
td.TdClassName
{
border-color: #C72428;
}
.TagClassName
{
border-color: #C72428;
}
</style>