Shades of Fire Engine Red #C81B29
Tints of Fire Engine Red #C81B29
RGB
CMYK
RGB Variations
Color information
#C81B29 (or 0xC81B29) is known color: Fire Engine Red. HEX triplet: C8, 1B and 29. RGB value is (200,27,41). Sum of RGB (Red+Green+Blue) = 200+27+41=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81B29 is #37E4D6. Grayscale: #505050. Windows color (decimal): -3663063 or 2694088. OLE color: 2694088.
HSL color Cylindrical-coordinate representation of color #C81B29: hue angle of 355.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81B29 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 27 | 41 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.22 |
| HSL | 355.14º | 0.76% | 0.45% | - |
| HSV(B) | 355.14º | 0.87% | 0.78% | - |
| XYZ | 24.61 | 13.22 | 3.35 | - |
| YUV | 80.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 41 | 0 | 0.86 | 0.80 | 0.22 | 355.14 | 0.76 | 0.45 |
| Hex | C8 | 1B | 29 | 0 | 56 | 50 | 16 | 163 | 4C | 2D |
| Octal | 310 | 33 | 51 | 0 | 126 | 120 | 26 | 543 | 114 | 55 |
| Binary | 11001000 | 11011 | 101001 | 0 | 1010110 | 1010000 | 10110 | 101100011 | 1001100 | 101101 |
Color Harmonies of #C81B29
Complementary color
Monochromatic Colors of #C81B29
Black with #C81B29
Text Example
Text Example
White with #C81B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81B29; }
p { color: rgb(200,27,41); }
H1.HeaderClassName
{
color: #C81B29;
}
.AnyTagClassName
{
color: #C81B29;
}
</style>
background-color css
<style>
a { background-color: #C81B29; }
a { background-color: rgb(200,27,41); }
div.DivClassName
{
background-color: #C81B29;
}
.BgClassName
{
background-color: #C81B29;
}
</style>
border-color css
<style>
span { border-color: #C81B29; }
span { border-color: rgb(200,27,41); }
td.TdClassName
{
border-color: #C81B29;
}
.TagClassName
{
border-color: #C81B29;
}
</style>