Shades of Fire Engine Red #C81D25
Tints of Fire Engine Red #C81D25
RGB
CMYK
RGB Variations
Color information
#C81D25 (or 0xC81D25) is known color: Fire Engine Red. HEX triplet: C8, 1D and 25. RGB value is (200,29,37). Sum of RGB (Red+Green+Blue) = 200+29+37=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D25 is #37E2DA. Grayscale: #515151. Windows color (decimal): -3662555 or 2432456. OLE color: 2432456.
HSL color Cylindrical-coordinate representation of color #C81D25: hue angle of 357.19º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81D25 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 37 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.22 |
| HSL | 357.19º | 0.75% | 0.45% | - |
| HSV(B) | 357.19º | 0.86% | 0.78% | - |
| XYZ | 24.59 | 13.29 | 3.02 | - |
| YUV | 81.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 37 | 0 | 0.86 | 0.82 | 0.22 | 357.19 | 0.75 | 0.45 |
| Hex | C8 | 1D | 25 | 0 | 56 | 52 | 16 | 165 | 4B | 2D |
| Octal | 310 | 35 | 45 | 0 | 126 | 122 | 26 | 545 | 113 | 55 |
| Binary | 11001000 | 11101 | 100101 | 0 | 1010110 | 1010010 | 10110 | 101100101 | 1001011 | 101101 |
Color Harmonies of #C81D25
Complementary color
Monochromatic Colors of #C81D25
Black with #C81D25
Text Example
Text Example
White with #C81D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D25; }
p { color: rgb(200,29,37); }
H1.HeaderClassName
{
color: #C81D25;
}
.AnyTagClassName
{
color: #C81D25;
}
</style>
background-color css
<style>
a { background-color: #C81D25; }
a { background-color: rgb(200,29,37); }
div.DivClassName
{
background-color: #C81D25;
}
.BgClassName
{
background-color: #C81D25;
}
</style>
border-color css
<style>
span { border-color: #C81D25; }
span { border-color: rgb(200,29,37); }
td.TdClassName
{
border-color: #C81D25;
}
.TagClassName
{
border-color: #C81D25;
}
</style>