Shades of Scarlet #FF2502
Tints of Scarlet #FF2502
RGB
CMYK
RGB Variations
Color information
#FF2502 (or 0xFF2502) is known color: Scarlet. HEX triplet: FF, 25 and 02. RGB value is (255,37,2). Sum of RGB (Red+Green+Blue) = 255+37+2=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2502 is #00DAFD. Grayscale: #626262. Windows color (decimal): -56062 or 140799. OLE color: 140799.
HSL color Cylindrical-coordinate representation of color #FF2502: hue angle of 8.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF2502 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0 |
| HSL | 8.3º | 1% | 0.5% | - |
| HSV(B) | 8.3º | 0.99% | 1% | - |
| XYZ | 41.91 | 22.59 | 2.21 | - |
| YUV | 98.19 | 73.72 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 2 | 0 | 0.85 | 0.99 | 0 | 8.3 | 1 | 0.5 |
| Hex | FF | 25 | 2 | 0 | 55 | 63 | 0 | 8 | 64 | 32 |
| Octal | 377 | 45 | 2 | 0 | 125 | 143 | 0 | 10 | 144 | 62 |
| Binary | 11111111 | 100101 | 10 | 0 | 1010101 | 1100011 | 0 | 1000 | 1100100 | 110010 |
Color Harmonies of #FF2502
Complementary color
Monochromatic Colors of #FF2502
Black with #FF2502
Text Example
Text Example
White with #FF2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2502; }
p { color: rgb(255,37,2); }
H1.HeaderClassName
{
color: #FF2502;
}
.AnyTagClassName
{
color: #FF2502;
}
</style>
background-color css
<style>
a { background-color: #FF2502; }
a { background-color: rgb(255,37,2); }
div.DivClassName
{
background-color: #FF2502;
}
.BgClassName
{
background-color: #FF2502;
}
</style>
border-color css
<style>
span { border-color: #FF2502; }
span { border-color: rgb(255,37,2); }
td.TdClassName
{
border-color: #FF2502;
}
.TagClassName
{
border-color: #FF2502;
}
</style>