Shades of Scarlet #FF1F02
Tints of Scarlet #FF1F02
RGB
CMYK
RGB Variations
Color information
#FF1F02 (or 0xFF1F02) is known color: Scarlet. HEX triplet: FF, 1F and 02. RGB value is (255,31,2). Sum of RGB (Red+Green+Blue) = 255+31+2=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F02 is #00E0FD. Grayscale: #5F5F5F. Windows color (decimal): -57598 or 139263. OLE color: 139263.
HSL color Cylindrical-coordinate representation of color #FF1F02: hue angle of 6.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF1F02 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0 |
| HSL | 6.88º | 1% | 0.5% | - |
| HSV(B) | 6.88º | 0.99% | 1% | - |
| XYZ | 41.74 | 22.24 | 2.15 | - |
| YUV | 94.67 | 75.71 | 242.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 2 | 0 | 0.88 | 0.99 | 0 | 6.88 | 1 | 0.5 |
| Hex | FF | 1F | 2 | 0 | 58 | 63 | 0 | 7 | 64 | 32 |
| Octal | 377 | 37 | 2 | 0 | 130 | 143 | 0 | 7 | 144 | 62 |
| Binary | 11111111 | 11111 | 10 | 0 | 1011000 | 1100011 | 0 | 111 | 1100100 | 110010 |
Color Harmonies of #FF1F02
Complementary color
Monochromatic Colors of #FF1F02
Black with #FF1F02
Text Example
Text Example
White with #FF1F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F02; }
p { color: rgb(255,31,2); }
H1.HeaderClassName
{
color: #FF1F02;
}
.AnyTagClassName
{
color: #FF1F02;
}
</style>
background-color css
<style>
a { background-color: #FF1F02; }
a { background-color: rgb(255,31,2); }
div.DivClassName
{
background-color: #FF1F02;
}
.BgClassName
{
background-color: #FF1F02;
}
</style>
border-color css
<style>
span { border-color: #FF1F02; }
span { border-color: rgb(255,31,2); }
td.TdClassName
{
border-color: #FF1F02;
}
.TagClassName
{
border-color: #FF1F02;
}
</style>