Shades of Fire Engine Red #C10B2A
Tints of Fire Engine Red #C10B2A
RGB
CMYK
RGB Variations
Color information
#C10B2A (or 0xC10B2A) is known color: Fire Engine Red. HEX triplet: C1, 0B and 2A. RGB value is (193,11,42). Sum of RGB (Red+Green+Blue) = 193+11+42=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B2A is #3EF4D5. Grayscale: #454545. Windows color (decimal): -4125910 or 2755521. OLE color: 2755521.
HSL color Cylindrical-coordinate representation of color #C10B2A: hue angle of 349.78º degrees, saturation: 0.89, 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 #C10B2A is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 42 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.24 |
| HSL | 349.78º | 0.89% | 0.4% | - |
| HSV(B) | 349.78º | 0.94% | 0.76% | - |
| XYZ | 22.53 | 11.74 | 3.27 | - |
| YUV | 68.95 | 112.8 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 42 | 0 | 0.94 | 0.78 | 0.24 | 349.78 | 0.89 | 0.4 |
| Hex | C1 | B | 2A | 0 | 5E | 4E | 18 | 15E | 59 | 28 |
| Octal | 301 | 13 | 52 | 0 | 136 | 116 | 30 | 536 | 131 | 50 |
| Binary | 11000001 | 1011 | 101010 | 0 | 1011110 | 1001110 | 11000 | 101011110 | 1011001 | 101000 |
Color Harmonies of #C10B2A
Complementary color
Monochromatic Colors of #C10B2A
Black with #C10B2A
Text Example
Text Example
White with #C10B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B2A; }
p { color: rgb(193,11,42); }
H1.HeaderClassName
{
color: #C10B2A;
}
.AnyTagClassName
{
color: #C10B2A;
}
</style>
background-color css
<style>
a { background-color: #C10B2A; }
a { background-color: rgb(193,11,42); }
div.DivClassName
{
background-color: #C10B2A;
}
.BgClassName
{
background-color: #C10B2A;
}
</style>
border-color css
<style>
span { border-color: #C10B2A; }
span { border-color: rgb(193,11,42); }
td.TdClassName
{
border-color: #C10B2A;
}
.TagClassName
{
border-color: #C10B2A;
}
</style>