Shades of Scarlet #FF2500
Tints of Scarlet #FF2500
RGB
CMYK
RGB Variations
Color information
#FF2500 (or 0xFF2500) is known color: Scarlet. HEX triplet: FF, 25 and 00. RGB value is (255,37,0). Sum of RGB (Red+Green+Blue) = 255+37+0=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2500 is #00DAFF. Grayscale: #626262. Windows color (decimal): -56064 or 9727. OLE color: 9727.
HSL color Cylindrical-coordinate representation of color #FF2500: hue angle of 8.71º 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 #FF2500 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0 |
| HSL | 8.71º | 1% | 0.5% | - |
| HSV(B) | 8.71º | 1% | 1% | - |
| XYZ | 41.9 | 22.58 | 2.15 | - |
| YUV | 97.96 | 72.72 | 240.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 0 | 0 | 0.85 | 1 | 0 | 8.71 | 1 | 0.5 |
| Hex | FF | 25 | 0 | 0 | 55 | 64 | 0 | 9 | 64 | 32 |
| Octal | 377 | 45 | 0 | 0 | 125 | 144 | 0 | 11 | 144 | 62 |
| Binary | 11111111 | 100101 | 0 | 0 | 1010101 | 1100100 | 0 | 1001 | 1100100 | 110010 |
Color Harmonies of #FF2500
Complementary color
Monochromatic Colors of #FF2500
Black with #FF2500
Text Example
Text Example
White with #FF2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2500; }
p { color: rgb(255,37,0); }
H1.HeaderClassName
{
color: #FF2500;
}
.AnyTagClassName
{
color: #FF2500;
}
</style>
background-color css
<style>
a { background-color: #FF2500; }
a { background-color: rgb(255,37,0); }
div.DivClassName
{
background-color: #FF2500;
}
.BgClassName
{
background-color: #FF2500;
}
</style>
border-color css
<style>
span { border-color: #FF2500; }
span { border-color: rgb(255,37,0); }
td.TdClassName
{
border-color: #FF2500;
}
.TagClassName
{
border-color: #FF2500;
}
</style>