Shades of Scarlet #FF2F19
Tints of Scarlet #FF2F19
RGB
CMYK
RGB Variations
Color information
#FF2F19 (or 0xFF2F19) is known color: Scarlet. HEX triplet: FF, 2F and 19. RGB value is (255,47,25). Sum of RGB (Red+Green+Blue) = 255+47+25=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F19 is #00D0E6. Grayscale: #6A6A6A. Windows color (decimal): -53479 or 1650687. OLE color: 1650687.
HSL color Cylindrical-coordinate representation of color #FF2F19: hue angle of 5.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF2F19 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 25 | - |
| CMYK | 0 | 0.82 | 0.90 | 0 |
| HSL | 5.74º | 1% | 0.55% | - |
| HSV(B) | 5.74º | 0.9% | 1% | - |
| XYZ | 42.43 | 23.36 | 3.19 | - |
| YUV | 106.68 | 81.91 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 25 | 0 | 0.82 | 0.90 | 0 | 5.74 | 1 | 0.55 |
| Hex | FF | 2F | 19 | 0 | 52 | 5A | 0 | 6 | 64 | 37 |
| Octal | 377 | 57 | 31 | 0 | 122 | 132 | 0 | 6 | 144 | 67 |
| Binary | 11111111 | 101111 | 11001 | 0 | 1010010 | 1011010 | 0 | 110 | 1100100 | 110111 |
Color Harmonies of #FF2F19
Complementary color
Monochromatic Colors of #FF2F19
Black with #FF2F19
Text Example
Text Example
White with #FF2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F19; }
p { color: rgb(255,47,25); }
H1.HeaderClassName
{
color: #FF2F19;
}
.AnyTagClassName
{
color: #FF2F19;
}
</style>
background-color css
<style>
a { background-color: #FF2F19; }
a { background-color: rgb(255,47,25); }
div.DivClassName
{
background-color: #FF2F19;
}
.BgClassName
{
background-color: #FF2F19;
}
</style>
border-color css
<style>
span { border-color: #FF2F19; }
span { border-color: rgb(255,47,25); }
td.TdClassName
{
border-color: #FF2F19;
}
.TagClassName
{
border-color: #FF2F19;
}
</style>