Shades of Scarlet #FF2518
Tints of Scarlet #FF2518
RGB
CMYK
RGB Variations
Color information
#FF2518 (or 0xFF2518) is known color: Scarlet. HEX triplet: FF, 25 and 18. RGB value is (255,37,24). Sum of RGB (Red+Green+Blue) = 255+37+24=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2518 is #00DAE7. Grayscale: #646464. Windows color (decimal): -56040 or 1582591. OLE color: 1582591.
HSL color Cylindrical-coordinate representation of color #FF2518: hue angle of 3.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF2518 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 24 | - |
| CMYK | 0 | 0.85 | 0.91 | 0 |
| HSL | 3.38º | 1% | 0.55% | - |
| HSV(B) | 3.38º | 0.91% | 1% | - |
| XYZ | 42.07 | 22.65 | 3.02 | - |
| YUV | 100.7 | 84.72 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 24 | 0 | 0.85 | 0.91 | 0 | 3.38 | 1 | 0.55 |
| Hex | FF | 25 | 18 | 0 | 55 | 5B | 0 | 3 | 64 | 37 |
| Octal | 377 | 45 | 30 | 0 | 125 | 133 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100101 | 11000 | 0 | 1010101 | 1011011 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF2518
Complementary color
Monochromatic Colors of #FF2518
Black with #FF2518
Text Example
Text Example
White with #FF2518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2518; }
p { color: rgb(255,37,24); }
H1.HeaderClassName
{
color: #FF2518;
}
.AnyTagClassName
{
color: #FF2518;
}
</style>
background-color css
<style>
a { background-color: #FF2518; }
a { background-color: rgb(255,37,24); }
div.DivClassName
{
background-color: #FF2518;
}
.BgClassName
{
background-color: #FF2518;
}
</style>
border-color css
<style>
span { border-color: #FF2518; }
span { border-color: rgb(255,37,24); }
td.TdClassName
{
border-color: #FF2518;
}
.TagClassName
{
border-color: #FF2518;
}
</style>