Shades of Fire Engine Red #C82528
Tints of Fire Engine Red #C82528
RGB
CMYK
RGB Variations
Color information
#C82528 (or 0xC82528) is known color: Fire Engine Red. HEX triplet: C8, 25 and 28. RGB value is (200,37,40). Sum of RGB (Red+Green+Blue) = 200+37+40=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C82528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82528 is #37DAD7. Grayscale: #565656. Windows color (decimal): -3660504 or 2631112. OLE color: 2631112.
HSL color Cylindrical-coordinate representation of color #C82528: hue angle of 358.9º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82528 is Cyan = 0, Magento = 0.82, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 40 | - |
| CMYK | 0 | 0.82 | 0.8 | 0.22 |
| HSL | 358.9º | 0.69% | 0.46% | - |
| HSV(B) | 358.9º | 0.82% | 0.78% | - |
| XYZ | 24.86 | 13.76 | 3.35 | - |
| YUV | 86.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 40 | 0 | 0.82 | 0.8 | 0.22 | 358.9 | 0.69 | 0.46 |
| Hex | C8 | 25 | 28 | 0 | 52 | 50 | 16 | 167 | 45 | 2E |
| Octal | 310 | 45 | 50 | 0 | 122 | 120 | 26 | 547 | 105 | 56 |
| Binary | 11001000 | 100101 | 101000 | 0 | 1010010 | 1010000 | 10110 | 101100111 | 1000101 | 101110 |
Color Harmonies of #C82528
Complementary color
Monochromatic Colors of #C82528
Black with #C82528
Text Example
Text Example
White with #C82528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82528; }
p { color: rgb(200,37,40); }
H1.HeaderClassName
{
color: #C82528;
}
.AnyTagClassName
{
color: #C82528;
}
</style>
background-color css
<style>
a { background-color: #C82528; }
a { background-color: rgb(200,37,40); }
div.DivClassName
{
background-color: #C82528;
}
.BgClassName
{
background-color: #C82528;
}
</style>
border-color css
<style>
span { border-color: #C82528; }
span { border-color: rgb(200,37,40); }
td.TdClassName
{
border-color: #C82528;
}
.TagClassName
{
border-color: #C82528;
}
</style>