Shades of Scarlet #FF251B
Tints of Scarlet #FF251B
RGB
CMYK
RGB Variations
Color information
#FF251B (or 0xFF251B) is known color: Scarlet. HEX triplet: FF, 25 and 1B. RGB value is (255,37,27). Sum of RGB (Red+Green+Blue) = 255+37+27=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF251B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF251B is #00DAE4. Grayscale: #656565. Windows color (decimal): -56037 or 1779199. OLE color: 1779199.
HSL color Cylindrical-coordinate representation of color #FF251B: hue angle of 2.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF251B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 27 | - |
| CMYK | 0 | 0.85 | 0.89 | 0 |
| HSL | 2.63º | 1% | 0.55% | - |
| HSV(B) | 2.63º | 0.89% | 1% | - |
| XYZ | 42.1 | 22.66 | 3.19 | - |
| YUV | 101.04 | 86.22 | 237.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 27 | 0 | 0.85 | 0.89 | 0 | 2.63 | 1 | 0.55 |
| Hex | FF | 25 | 1B | 0 | 55 | 59 | 0 | 3 | 64 | 37 |
| Octal | 377 | 45 | 33 | 0 | 125 | 131 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100101 | 11011 | 0 | 1010101 | 1011001 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF251B
Complementary color
Monochromatic Colors of #FF251B
Black with #FF251B
Text Example
Text Example
White with #FF251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF251B; }
p { color: rgb(255,37,27); }
H1.HeaderClassName
{
color: #FF251B;
}
.AnyTagClassName
{
color: #FF251B;
}
</style>
background-color css
<style>
a { background-color: #FF251B; }
a { background-color: rgb(255,37,27); }
div.DivClassName
{
background-color: #FF251B;
}
.BgClassName
{
background-color: #FF251B;
}
</style>
border-color css
<style>
span { border-color: #FF251B; }
span { border-color: rgb(255,37,27); }
td.TdClassName
{
border-color: #FF251B;
}
.TagClassName
{
border-color: #FF251B;
}
</style>