Shades of Scarlet #FF2512
Tints of Scarlet #FF2512
RGB
CMYK
RGB Variations
Color information
#FF2512 (or 0xFF2512) is known color: Scarlet. HEX triplet: FF, 25 and 12. RGB value is (255,37,18). Sum of RGB (Red+Green+Blue) = 255+37+18=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2512 is #00DAED. Grayscale: #646464. Windows color (decimal): -56046 or 1189375. OLE color: 1189375.
HSL color Cylindrical-coordinate representation of color #FF2512: hue angle of 4.81º 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 #FF2512 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0 |
| HSL | 4.81º | 1% | 0.54% | - |
| HSV(B) | 4.81º | 0.93% | 1% | - |
| XYZ | 42.01 | 22.63 | 2.73 | - |
| YUV | 100.02 | 81.72 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 18 | 0 | 0.85 | 0.93 | 0 | 4.81 | 1 | 0.54 |
| Hex | FF | 25 | 12 | 0 | 55 | 5D | 0 | 5 | 64 | 36 |
| Octal | 377 | 45 | 22 | 0 | 125 | 135 | 0 | 5 | 144 | 66 |
| Binary | 11111111 | 100101 | 10010 | 0 | 1010101 | 1011101 | 0 | 101 | 1100100 | 110110 |
Color Harmonies of #FF2512
Complementary color
Monochromatic Colors of #FF2512
Black with #FF2512
Text Example
Text Example
White with #FF2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2512; }
p { color: rgb(255,37,18); }
H1.HeaderClassName
{
color: #FF2512;
}
.AnyTagClassName
{
color: #FF2512;
}
</style>
background-color css
<style>
a { background-color: #FF2512; }
a { background-color: rgb(255,37,18); }
div.DivClassName
{
background-color: #FF2512;
}
.BgClassName
{
background-color: #FF2512;
}
</style>
border-color css
<style>
span { border-color: #FF2512; }
span { border-color: rgb(255,37,18); }
td.TdClassName
{
border-color: #FF2512;
}
.TagClassName
{
border-color: #FF2512;
}
</style>