Shades of Red #FF1212
Tints of Red #FF1212
RGB
CMYK
RGB Variations
Color information
#FF1212 (or 0xFF1212) is known color: Red. HEX triplet: FF, 12 and 12. RGB value is (255,18,18). Sum of RGB (Red+Green+Blue) = 255+18+18=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1212 is #00EDED. Grayscale: #595959. Windows color (decimal): -60910 or 1184511. OLE color: 1184511.
HSL color Cylindrical-coordinate representation of color #FF1212: hue angle of 0º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1212 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 18 | - |
| CMYK | 0 | 0.93 | 0.93 | 0 |
| HSL | 0º | 1% | 0.54% | - |
| HSV(B) | 0º | 0.93% | 1% | - |
| XYZ | 41.57 | 21.74 | 2.58 | - |
| YUV | 88.86 | 88.02 | 246.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 18 | 0 | 0.93 | 0.93 | 0 | 0 | 1 | 0.54 |
| Hex | FF | 12 | 12 | 0 | 5D | 5D | 0 | 0 | 64 | 36 |
| Octal | 377 | 22 | 22 | 0 | 135 | 135 | 0 | 0 | 144 | 66 |
| Binary | 11111111 | 10010 | 10010 | 0 | 1011101 | 1011101 | 0 | 0 | 1100100 | 110110 |
Color Harmonies of #FF1212
Complementary color
Monochromatic Colors of #FF1212
Black with #FF1212
Text Example
Text Example
White with #FF1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1212; }
p { color: rgb(255,18,18); }
H1.HeaderClassName
{
color: #FF1212;
}
.AnyTagClassName
{
color: #FF1212;
}
</style>
background-color css
<style>
a { background-color: #FF1212; }
a { background-color: rgb(255,18,18); }
div.DivClassName
{
background-color: #FF1212;
}
.BgClassName
{
background-color: #FF1212;
}
</style>
border-color css
<style>
span { border-color: #FF1212; }
span { border-color: rgb(255,18,18); }
td.TdClassName
{
border-color: #FF1212;
}
.TagClassName
{
border-color: #FF1212;
}
</style>