Shades of Fire Engine Red #C80F26
Tints of Fire Engine Red #C80F26
RGB
CMYK
RGB Variations
Color information
#C80F26 (or 0xC80F26) is known color: Fire Engine Red. HEX triplet: C8, 0F and 26. RGB value is (200,15,38). Sum of RGB (Red+Green+Blue) = 200+15+38=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80F26 is #37F0D9. Grayscale: #494949. Windows color (decimal): -3666138 or 2494408. OLE color: 2494408.
HSL color Cylindrical-coordinate representation of color #C80F26: hue angle of 352.54º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F26 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 38 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.22 |
| HSL | 352.54º | 0.86% | 0.42% | - |
| HSV(B) | 352.54º | 0.93% | 0.78% | - |
| XYZ | 24.34 | 12.76 | 3.01 | - |
| YUV | 72.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 38 | 0 | 0.92 | 0.81 | 0.22 | 352.54 | 0.86 | 0.42 |
| Hex | C8 | F | 26 | 0 | 5C | 51 | 16 | 161 | 56 | 2A |
| Octal | 310 | 17 | 46 | 0 | 134 | 121 | 26 | 541 | 126 | 52 |
| Binary | 11001000 | 1111 | 100110 | 0 | 1011100 | 1010001 | 10110 | 101100001 | 1010110 | 101010 |
Color Harmonies of #C80F26
Complementary color
Monochromatic Colors of #C80F26
Black with #C80F26
Text Example
Text Example
White with #C80F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F26; }
p { color: rgb(200,15,38); }
H1.HeaderClassName
{
color: #C80F26;
}
.AnyTagClassName
{
color: #C80F26;
}
</style>
background-color css
<style>
a { background-color: #C80F26; }
a { background-color: rgb(200,15,38); }
div.DivClassName
{
background-color: #C80F26;
}
.BgClassName
{
background-color: #C80F26;
}
</style>
border-color css
<style>
span { border-color: #C80F26; }
span { border-color: rgb(200,15,38); }
td.TdClassName
{
border-color: #C80F26;
}
.TagClassName
{
border-color: #C80F26;
}
</style>