Shades of Fire Engine Red #C10B28
Tints of Fire Engine Red #C10B28
RGB
CMYK
RGB Variations
Color information
#C10B28 (or 0xC10B28) is known color: Fire Engine Red. HEX triplet: C1, 0B and 28. RGB value is (193,11,40). Sum of RGB (Red+Green+Blue) = 193+11+40=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B28 is #3EF4D7. Grayscale: #444444. Windows color (decimal): -4125912 or 2624449. OLE color: 2624449.
HSL color Cylindrical-coordinate representation of color #C10B28: hue angle of 350.44º 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 #C10B28 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 40 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.24 |
| HSL | 350.44º | 0.89% | 0.4% | - |
| HSV(B) | 350.44º | 0.94% | 0.76% | - |
| XYZ | 22.5 | 11.73 | 3.09 | - |
| YUV | 68.72 | 111.8 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 40 | 0 | 0.94 | 0.79 | 0.24 | 350.44 | 0.89 | 0.4 |
| Hex | C1 | B | 28 | 0 | 5E | 4F | 18 | 15E | 59 | 28 |
| Octal | 301 | 13 | 50 | 0 | 136 | 117 | 30 | 536 | 131 | 50 |
| Binary | 11000001 | 1011 | 101000 | 0 | 1011110 | 1001111 | 11000 | 101011110 | 1011001 | 101000 |
Color Harmonies of #C10B28
Complementary color
Monochromatic Colors of #C10B28
Black with #C10B28
Text Example
Text Example
White with #C10B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B28; }
p { color: rgb(193,11,40); }
H1.HeaderClassName
{
color: #C10B28;
}
.AnyTagClassName
{
color: #C10B28;
}
</style>
background-color css
<style>
a { background-color: #C10B28; }
a { background-color: rgb(193,11,40); }
div.DivClassName
{
background-color: #C10B28;
}
.BgClassName
{
background-color: #C10B28;
}
</style>
border-color css
<style>
span { border-color: #C10B28; }
span { border-color: rgb(193,11,40); }
td.TdClassName
{
border-color: #C10B28;
}
.TagClassName
{
border-color: #C10B28;
}
</style>