Shades of Scarlet #FF1812
Tints of Scarlet #FF1812
RGB
CMYK
RGB Variations
Color information
#FF1812 (or 0xFF1812) is known color: Scarlet. HEX triplet: FF, 18 and 12. RGB value is (255,24,18). Sum of RGB (Red+Green+Blue) = 255+24+18=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1812 is #00E7ED. Grayscale: #5C5C5C. Windows color (decimal): -59374 or 1186047. OLE color: 1186047.
HSL color Cylindrical-coordinate representation of color #FF1812: hue angle of 1.52º 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 #FF1812 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 18 | - |
| CMYK | 0 | 0.91 | 0.93 | 0 |
| HSL | 1.52º | 1% | 0.54% | - |
| HSV(B) | 1.52º | 0.93% | 1% | - |
| XYZ | 41.68 | 21.96 | 2.61 | - |
| YUV | 92.39 | 86.03 | 243.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 18 | 0 | 0.91 | 0.93 | 0 | 1.52 | 1 | 0.54 |
| Hex | FF | 18 | 12 | 0 | 5B | 5D | 0 | 2 | 64 | 36 |
| Octal | 377 | 30 | 22 | 0 | 133 | 135 | 0 | 2 | 144 | 66 |
| Binary | 11111111 | 11000 | 10010 | 0 | 1011011 | 1011101 | 0 | 10 | 1100100 | 110110 |
Color Harmonies of #FF1812
Complementary color
Monochromatic Colors of #FF1812
Black with #FF1812
Text Example
Text Example
White with #FF1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1812; }
p { color: rgb(255,24,18); }
H1.HeaderClassName
{
color: #FF1812;
}
.AnyTagClassName
{
color: #FF1812;
}
</style>
background-color css
<style>
a { background-color: #FF1812; }
a { background-color: rgb(255,24,18); }
div.DivClassName
{
background-color: #FF1812;
}
.BgClassName
{
background-color: #FF1812;
}
</style>
border-color css
<style>
span { border-color: #FF1812; }
span { border-color: rgb(255,24,18); }
td.TdClassName
{
border-color: #FF1812;
}
.TagClassName
{
border-color: #FF1812;
}
</style>