Shades of Fire Engine Red #C81E29
Tints of Fire Engine Red #C81E29
RGB
CMYK
RGB Variations
Color information
#C81E29 (or 0xC81E29) is known color: Fire Engine Red. HEX triplet: C8, 1E and 29. RGB value is (200,30,41). Sum of RGB (Red+Green+Blue) = 200+30+41=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E29 is #37E1D6. Grayscale: #525252. Windows color (decimal): -3662295 or 2694856. OLE color: 2694856.
HSL color Cylindrical-coordinate representation of color #C81E29: hue angle of 356.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81E29 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 41 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.22 |
| HSL | 356.12º | 0.74% | 0.45% | - |
| HSV(B) | 356.12º | 0.85% | 0.78% | - |
| XYZ | 24.68 | 13.37 | 3.38 | - |
| YUV | 82.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 41 | 0 | 0.85 | 0.80 | 0.22 | 356.12 | 0.74 | 0.45 |
| Hex | C8 | 1E | 29 | 0 | 55 | 50 | 16 | 164 | 4A | 2D |
| Octal | 310 | 36 | 51 | 0 | 125 | 120 | 26 | 544 | 112 | 55 |
| Binary | 11001000 | 11110 | 101001 | 0 | 1010101 | 1010000 | 10110 | 101100100 | 1001010 | 101101 |
Color Harmonies of #C81E29
Complementary color
Monochromatic Colors of #C81E29
Black with #C81E29
Text Example
Text Example
White with #C81E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E29; }
p { color: rgb(200,30,41); }
H1.HeaderClassName
{
color: #C81E29;
}
.AnyTagClassName
{
color: #C81E29;
}
</style>
background-color css
<style>
a { background-color: #C81E29; }
a { background-color: rgb(200,30,41); }
div.DivClassName
{
background-color: #C81E29;
}
.BgClassName
{
background-color: #C81E29;
}
</style>
border-color css
<style>
span { border-color: #C81E29; }
span { border-color: rgb(200,30,41); }
td.TdClassName
{
border-color: #C81E29;
}
.TagClassName
{
border-color: #C81E29;
}
</style>