Shades of Fire Engine Red #C81E2B
Tints of Fire Engine Red #C81E2B
RGB
CMYK
RGB Variations
Color information
#C81E2B (or 0xC81E2B) is known color: Fire Engine Red. HEX triplet: C8, 1E and 2B. RGB value is (200,30,43). Sum of RGB (Red+Green+Blue) = 200+30+43=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E2B is #37E1D4. Grayscale: #525252. Windows color (decimal): -3662293 or 2825928. OLE color: 2825928.
HSL color Cylindrical-coordinate representation of color #C81E2B: hue angle of 355.41º 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 #C81E2B is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 43 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.22 |
| HSL | 355.41º | 0.74% | 0.45% | - |
| HSV(B) | 355.41º | 0.85% | 0.78% | - |
| XYZ | 24.72 | 13.38 | 3.57 | - |
| YUV | 82.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 43 | 0 | 0.85 | 0.78 | 0.22 | 355.41 | 0.74 | 0.45 |
| Hex | C8 | 1E | 2B | 0 | 55 | 4E | 16 | 163 | 4A | 2D |
| Octal | 310 | 36 | 53 | 0 | 125 | 116 | 26 | 543 | 112 | 55 |
| Binary | 11001000 | 11110 | 101011 | 0 | 1010101 | 1001110 | 10110 | 101100011 | 1001010 | 101101 |
Color Harmonies of #C81E2B
Complementary color
Monochromatic Colors of #C81E2B
Black with #C81E2B
Text Example
Text Example
White with #C81E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E2B; }
p { color: rgb(200,30,43); }
H1.HeaderClassName
{
color: #C81E2B;
}
.AnyTagClassName
{
color: #C81E2B;
}
</style>
background-color css
<style>
a { background-color: #C81E2B; }
a { background-color: rgb(200,30,43); }
div.DivClassName
{
background-color: #C81E2B;
}
.BgClassName
{
background-color: #C81E2B;
}
</style>
border-color css
<style>
span { border-color: #C81E2B; }
span { border-color: rgb(200,30,43); }
td.TdClassName
{
border-color: #C81E2B;
}
.TagClassName
{
border-color: #C81E2B;
}
</style>