Shades of Red #FF110C
Tints of Red #FF110C
RGB
CMYK
RGB Variations
Color information
#FF110C (or 0xFF110C) is known color: Red. HEX triplet: FF, 11 and 0C. RGB value is (255,17,12). Sum of RGB (Red+Green+Blue) = 255+17+12=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF110C is #00EEF3. Grayscale: #575757. Windows color (decimal): -61172 or 791039. OLE color: 791039.
HSL color Cylindrical-coordinate representation of color #FF110C: hue angle of 1.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF110C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0 |
| HSL | 1.23º | 1% | 0.52% | - |
| HSV(B) | 1.23º | 0.95% | 1% | - |
| XYZ | 41.51 | 21.69 | 2.35 | - |
| YUV | 87.59 | 85.35 | 247.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 12 | 0 | 0.93 | 0.95 | 0 | 1.23 | 1 | 0.52 |
| Hex | FF | 11 | C | 0 | 5D | 5F | 0 | 1 | 64 | 34 |
| Octal | 377 | 21 | 14 | 0 | 135 | 137 | 0 | 1 | 144 | 64 |
| Binary | 11111111 | 10001 | 1100 | 0 | 1011101 | 1011111 | 0 | 1 | 1100100 | 110100 |
Color Harmonies of #FF110C
Complementary color
Monochromatic Colors of #FF110C
Black with #FF110C
Text Example
Text Example
White with #FF110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF110C; }
p { color: rgb(255,17,12); }
H1.HeaderClassName
{
color: #FF110C;
}
.AnyTagClassName
{
color: #FF110C;
}
</style>
background-color css
<style>
a { background-color: #FF110C; }
a { background-color: rgb(255,17,12); }
div.DivClassName
{
background-color: #FF110C;
}
.BgClassName
{
background-color: #FF110C;
}
</style>
border-color css
<style>
span { border-color: #FF110C; }
span { border-color: rgb(255,17,12); }
td.TdClassName
{
border-color: #FF110C;
}
.TagClassName
{
border-color: #FF110C;
}
</style>