Shades of Red #FF1201
Tints of Red #FF1201
RGB
CMYK
RGB Variations
Color information
#FF1201 (or 0xFF1201) is known color: Red. HEX triplet: FF, 12 and 01. RGB value is (255,18,1). Sum of RGB (Red+Green+Blue) = 255+18+1=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1201 is #00EDFE. Grayscale: #575757. Windows color (decimal): -60927 or 70399. OLE color: 70399.
HSL color Cylindrical-coordinate representation of color #FF1201: hue angle of 4.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF1201 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0 |
| HSL | 4.02º | 1% | 0.5% | - |
| HSV(B) | 4.02º | 1% | 1% | - |
| XYZ | 41.46 | 21.69 | 2.03 | - |
| YUV | 86.93 | 79.52 | 247.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 1 | 0 | 0.93 | 1.00 | 0 | 4.02 | 1 | 0.5 |
| Hex | FF | 12 | 1 | 0 | 5D | 64 | 0 | 4 | 64 | 32 |
| Octal | 377 | 22 | 1 | 0 | 135 | 144 | 0 | 4 | 144 | 62 |
| Binary | 11111111 | 10010 | 1 | 0 | 1011101 | 1100100 | 0 | 100 | 1100100 | 110010 |
Color Harmonies of #FF1201
Complementary color
Monochromatic Colors of #FF1201
Black with #FF1201
Text Example
Text Example
White with #FF1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1201; }
p { color: rgb(255,18,1); }
H1.HeaderClassName
{
color: #FF1201;
}
.AnyTagClassName
{
color: #FF1201;
}
</style>
background-color css
<style>
a { background-color: #FF1201; }
a { background-color: rgb(255,18,1); }
div.DivClassName
{
background-color: #FF1201;
}
.BgClassName
{
background-color: #FF1201;
}
</style>
border-color css
<style>
span { border-color: #FF1201; }
span { border-color: rgb(255,18,1); }
td.TdClassName
{
border-color: #FF1201;
}
.TagClassName
{
border-color: #FF1201;
}
</style>