Shades of Fire Engine Red #C10A2A
Tints of Fire Engine Red #C10A2A
RGB
CMYK
RGB Variations
Color information
#C10A2A (or 0xC10A2A) is known color: Fire Engine Red. HEX triplet: C1, 0A and 2A. RGB value is (193,10,42). Sum of RGB (Red+Green+Blue) = 193+10+42=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A2A is #3EF5D5. Grayscale: #444444. Windows color (decimal): -4126166 or 2755265. OLE color: 2755265.
HSL color Cylindrical-coordinate representation of color #C10A2A: hue angle of 349.51º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A2A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 42 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.24 |
| HSL | 349.51º | 0.9% | 0.4% | - |
| HSV(B) | 349.51º | 0.95% | 0.76% | - |
| XYZ | 22.52 | 11.72 | 3.27 | - |
| YUV | 68.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 42 | 0 | 0.95 | 0.78 | 0.24 | 349.51 | 0.9 | 0.4 |
| Hex | C1 | A | 2A | 0 | 5F | 4E | 18 | 15E | 5A | 28 |
| Octal | 301 | 12 | 52 | 0 | 137 | 116 | 30 | 536 | 132 | 50 |
| Binary | 11000001 | 1010 | 101010 | 0 | 1011111 | 1001110 | 11000 | 101011110 | 1011010 | 101000 |
Color Harmonies of #C10A2A
Complementary color
Monochromatic Colors of #C10A2A
Black with #C10A2A
Text Example
Text Example
White with #C10A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A2A; }
p { color: rgb(193,10,42); }
H1.HeaderClassName
{
color: #C10A2A;
}
.AnyTagClassName
{
color: #C10A2A;
}
</style>
background-color css
<style>
a { background-color: #C10A2A; }
a { background-color: rgb(193,10,42); }
div.DivClassName
{
background-color: #C10A2A;
}
.BgClassName
{
background-color: #C10A2A;
}
</style>
border-color css
<style>
span { border-color: #C10A2A; }
span { border-color: rgb(193,10,42); }
td.TdClassName
{
border-color: #C10A2A;
}
.TagClassName
{
border-color: #C10A2A;
}
</style>