Shades of Red #FF100D
Tints of Red #FF100D
RGB
CMYK
RGB Variations
Color information
#FF100D (or 0xFF100D) is known color: Red. HEX triplet: FF, 10 and 0D. RGB value is (255,16,13). Sum of RGB (Red+Green+Blue) = 255+16+13=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF100D is #00EFF2. Grayscale: #575757. Windows color (decimal): -61427 or 856319. OLE color: 856319.
HSL color Cylindrical-coordinate representation of color #FF100D: hue angle of 0.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF100D is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 13 | - |
| CMYK | 0 | 0.94 | 0.95 | 0 |
| HSL | 0.74º | 1% | 0.53% | - |
| HSV(B) | 0.74º | 0.95% | 1% | - |
| XYZ | 41.5 | 21.66 | 2.37 | - |
| YUV | 87.12 | 86.18 | 247.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 13 | 0 | 0.94 | 0.95 | 0 | 0.74 | 1 | 0.53 |
| Hex | FF | 10 | D | 0 | 5E | 5F | 0 | 1 | 64 | 35 |
| Octal | 377 | 20 | 15 | 0 | 136 | 137 | 0 | 1 | 144 | 65 |
| Binary | 11111111 | 10000 | 1101 | 0 | 1011110 | 1011111 | 0 | 1 | 1100100 | 110101 |
Color Harmonies of #FF100D
Complementary color
Monochromatic Colors of #FF100D
Black with #FF100D
Text Example
Text Example
White with #FF100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF100D; }
p { color: rgb(255,16,13); }
H1.HeaderClassName
{
color: #FF100D;
}
.AnyTagClassName
{
color: #FF100D;
}
</style>
background-color css
<style>
a { background-color: #FF100D; }
a { background-color: rgb(255,16,13); }
div.DivClassName
{
background-color: #FF100D;
}
.BgClassName
{
background-color: #FF100D;
}
</style>
border-color css
<style>
span { border-color: #FF100D; }
span { border-color: rgb(255,16,13); }
td.TdClassName
{
border-color: #FF100D;
}
.TagClassName
{
border-color: #FF100D;
}
</style>