Shades of Fire Engine Red #C00D26
Tints of Fire Engine Red #C00D26
RGB
CMYK
RGB Variations
Color information
#C00D26 (or 0xC00D26) is known color: Fire Engine Red. HEX triplet: C0, 0D and 26. RGB value is (192,13,38). Sum of RGB (Red+Green+Blue) = 192+13+38=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D26 is #3FF2D9. Grayscale: #454545. Windows color (decimal): -4190938 or 2493888. OLE color: 2493888.
HSL color Cylindrical-coordinate representation of color #C00D26: hue angle of 351.62º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D26 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 38 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.25 |
| HSL | 351.62º | 0.87% | 0.4% | - |
| HSV(B) | 351.62º | 0.93% | 0.75% | - |
| XYZ | 22.23 | 11.63 | 2.91 | - |
| YUV | 69.37 | 110.3 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 38 | 0 | 0.93 | 0.80 | 0.25 | 351.62 | 0.87 | 0.4 |
| Hex | C0 | D | 26 | 0 | 5D | 50 | 19 | 160 | 57 | 28 |
| Octal | 300 | 15 | 46 | 0 | 135 | 120 | 31 | 540 | 127 | 50 |
| Binary | 11000000 | 1101 | 100110 | 0 | 1011101 | 1010000 | 11001 | 101100000 | 1010111 | 101000 |
Color Harmonies of #C00D26
Complementary color
Monochromatic Colors of #C00D26
Black with #C00D26
Text Example
Text Example
White with #C00D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00D26; }
p { color: rgb(192,13,38); }
H1.HeaderClassName
{
color: #C00D26;
}
.AnyTagClassName
{
color: #C00D26;
}
</style>
background-color css
<style>
a { background-color: #C00D26; }
a { background-color: rgb(192,13,38); }
div.DivClassName
{
background-color: #C00D26;
}
.BgClassName
{
background-color: #C00D26;
}
</style>
border-color css
<style>
span { border-color: #C00D26; }
span { border-color: rgb(192,13,38); }
td.TdClassName
{
border-color: #C00D26;
}
.TagClassName
{
border-color: #C00D26;
}
</style>