Shades of Fire Engine Red #C10C26
Tints of Fire Engine Red #C10C26
RGB
CMYK
RGB Variations
Color information
#C10C26 (or 0xC10C26) is known color: Fire Engine Red. HEX triplet: C1, 0C and 26. RGB value is (193,12,38). Sum of RGB (Red+Green+Blue) = 193+12+38=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C26 is #3EF3D9. Grayscale: #454545. Windows color (decimal): -4125658 or 2493633. OLE color: 2493633.
HSL color Cylindrical-coordinate representation of color #C10C26: hue angle of 351.38º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C26 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 38 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.24 |
| HSL | 351.38º | 0.88% | 0.4% | - |
| HSV(B) | 351.38º | 0.94% | 0.76% | - |
| XYZ | 22.47 | 11.74 | 2.92 | - |
| YUV | 69.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 38 | 0 | 0.94 | 0.80 | 0.24 | 351.38 | 0.88 | 0.4 |
| Hex | C1 | C | 26 | 0 | 5E | 50 | 18 | 15F | 58 | 28 |
| Octal | 301 | 14 | 46 | 0 | 136 | 120 | 30 | 537 | 130 | 50 |
| Binary | 11000001 | 1100 | 100110 | 0 | 1011110 | 1010000 | 11000 | 101011111 | 1011000 | 101000 |
Color Harmonies of #C10C26
Complementary color
Monochromatic Colors of #C10C26
Black with #C10C26
Text Example
Text Example
White with #C10C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C26; }
p { color: rgb(193,12,38); }
H1.HeaderClassName
{
color: #C10C26;
}
.AnyTagClassName
{
color: #C10C26;
}
</style>
background-color css
<style>
a { background-color: #C10C26; }
a { background-color: rgb(193,12,38); }
div.DivClassName
{
background-color: #C10C26;
}
.BgClassName
{
background-color: #C10C26;
}
</style>
border-color css
<style>
span { border-color: #C10C26; }
span { border-color: rgb(193,12,38); }
td.TdClassName
{
border-color: #C10C26;
}
.TagClassName
{
border-color: #C10C26;
}
</style>