Shades of Fire Engine Red #C81D26
Tints of Fire Engine Red #C81D26
RGB
CMYK
RGB Variations
Color information
#C81D26 (or 0xC81D26) is known color: Fire Engine Red. HEX triplet: C8, 1D and 26. RGB value is (200,29,38). Sum of RGB (Red+Green+Blue) = 200+29+38=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D26 is #37E2D9. Grayscale: #515151. Windows color (decimal): -3662554 or 2497992. OLE color: 2497992.
HSL color Cylindrical-coordinate representation of color #C81D26: hue angle of 356.84º 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 #C81D26 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 38 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.22 |
| HSL | 356.84º | 0.75% | 0.45% | - |
| HSV(B) | 356.84º | 0.86% | 0.78% | - |
| XYZ | 24.61 | 13.3 | 3.1 | - |
| YUV | 81.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 38 | 0 | 0.86 | 0.81 | 0.22 | 356.84 | 0.75 | 0.45 |
| Hex | C8 | 1D | 26 | 0 | 56 | 51 | 16 | 165 | 4B | 2D |
| Octal | 310 | 35 | 46 | 0 | 126 | 121 | 26 | 545 | 113 | 55 |
| Binary | 11001000 | 11101 | 100110 | 0 | 1010110 | 1010001 | 10110 | 101100101 | 1001011 | 101101 |
Color Harmonies of #C81D26
Complementary color
Monochromatic Colors of #C81D26
Black with #C81D26
Text Example
Text Example
White with #C81D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D26; }
p { color: rgb(200,29,38); }
H1.HeaderClassName
{
color: #C81D26;
}
.AnyTagClassName
{
color: #C81D26;
}
</style>
background-color css
<style>
a { background-color: #C81D26; }
a { background-color: rgb(200,29,38); }
div.DivClassName
{
background-color: #C81D26;
}
.BgClassName
{
background-color: #C81D26;
}
</style>
border-color css
<style>
span { border-color: #C81D26; }
span { border-color: rgb(200,29,38); }
td.TdClassName
{
border-color: #C81D26;
}
.TagClassName
{
border-color: #C81D26;
}
</style>