Shades of Scarlet #FF1907
Tints of Scarlet #FF1907
RGB
CMYK
RGB Variations
Color information
#FF1907 (or 0xFF1907) is known color: Scarlet. HEX triplet: FF, 19 and 07. RGB value is (255,25,7). Sum of RGB (Red+Green+Blue) = 255+25+7=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1907 is #00E6F8. Grayscale: #5C5C5C. Windows color (decimal): -59129 or 465407. OLE color: 465407.
HSL color Cylindrical-coordinate representation of color #FF1907: hue angle of 4.35º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF1907 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0 |
| HSL | 4.35º | 1% | 0.51% | - |
| HSV(B) | 4.35º | 0.97% | 1% | - |
| XYZ | 41.63 | 21.97 | 2.25 | - |
| YUV | 91.72 | 80.2 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 7 | 0 | 0.90 | 0.97 | 0 | 4.35 | 1 | 0.51 |
| Hex | FF | 19 | 7 | 0 | 5A | 61 | 0 | 4 | 64 | 33 |
| Octal | 377 | 31 | 7 | 0 | 132 | 141 | 0 | 4 | 144 | 63 |
| Binary | 11111111 | 11001 | 111 | 0 | 1011010 | 1100001 | 0 | 100 | 1100100 | 110011 |
Color Harmonies of #FF1907
Complementary color
Monochromatic Colors of #FF1907
Black with #FF1907
Text Example
Text Example
White with #FF1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1907; }
p { color: rgb(255,25,7); }
H1.HeaderClassName
{
color: #FF1907;
}
.AnyTagClassName
{
color: #FF1907;
}
</style>
background-color css
<style>
a { background-color: #FF1907; }
a { background-color: rgb(255,25,7); }
div.DivClassName
{
background-color: #FF1907;
}
.BgClassName
{
background-color: #FF1907;
}
</style>
border-color css
<style>
span { border-color: #FF1907; }
span { border-color: rgb(255,25,7); }
td.TdClassName
{
border-color: #FF1907;
}
.TagClassName
{
border-color: #FF1907;
}
</style>