Shades of Scarlet #FF251C
Tints of Scarlet #FF251C
RGB
CMYK
RGB Variations
Color information
#FF251C (or 0xFF251C) is known color: Scarlet. HEX triplet: FF, 25 and 1C. RGB value is (255,37,28). Sum of RGB (Red+Green+Blue) = 255+37+28=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF251C is #00DAE3. Grayscale: #656565. Windows color (decimal): -56036 or 1844735. OLE color: 1844735.
HSL color Cylindrical-coordinate representation of color #FF251C: hue angle of 2.38º 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 #FF251C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0 |
| HSL | 2.38º | 1% | 0.55% | - |
| HSV(B) | 2.38º | 0.89% | 1% | - |
| XYZ | 42.11 | 22.67 | 3.25 | - |
| YUV | 101.16 | 86.72 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 28 | 0 | 0.85 | 0.89 | 0 | 2.38 | 1 | 0.55 |
| Hex | FF | 25 | 1C | 0 | 55 | 59 | 0 | 2 | 64 | 37 |
| Octal | 377 | 45 | 34 | 0 | 125 | 131 | 0 | 2 | 144 | 67 |
| Binary | 11111111 | 100101 | 11100 | 0 | 1010101 | 1011001 | 0 | 10 | 1100100 | 110111 |
Color Harmonies of #FF251C
Complementary color
Monochromatic Colors of #FF251C
Black with #FF251C
Text Example
Text Example
White with #FF251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF251C; }
p { color: rgb(255,37,28); }
H1.HeaderClassName
{
color: #FF251C;
}
.AnyTagClassName
{
color: #FF251C;
}
</style>
background-color css
<style>
a { background-color: #FF251C; }
a { background-color: rgb(255,37,28); }
div.DivClassName
{
background-color: #FF251C;
}
.BgClassName
{
background-color: #FF251C;
}
</style>
border-color css
<style>
span { border-color: #FF251C; }
span { border-color: rgb(255,37,28); }
td.TdClassName
{
border-color: #FF251C;
}
.TagClassName
{
border-color: #FF251C;
}
</style>