Shades of Scarlet #FF1302
Tints of Scarlet #FF1302
RGB
CMYK
RGB Variations
Color information
#FF1302 (or 0xFF1302) is known color: Scarlet. HEX triplet: FF, 13 and 02. RGB value is (255,19,2). Sum of RGB (Red+Green+Blue) = 255+19+2=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1302 is #00ECFD. Grayscale: #575757. Windows color (decimal): -60670 or 136191. OLE color: 136191.
HSL color Cylindrical-coordinate representation of color #FF1302: hue angle of 4.03º 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 #FF1302 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0 |
| HSL | 4.03º | 1% | 0.5% | - |
| HSV(B) | 4.03º | 0.99% | 1% | - |
| XYZ | 41.48 | 21.73 | 2.07 | - |
| YUV | 87.63 | 79.69 | 247.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 2 | 0 | 0.93 | 0.99 | 0 | 4.03 | 1 | 0.5 |
| Hex | FF | 13 | 2 | 0 | 5D | 63 | 0 | 4 | 64 | 32 |
| Octal | 377 | 23 | 2 | 0 | 135 | 143 | 0 | 4 | 144 | 62 |
| Binary | 11111111 | 10011 | 10 | 0 | 1011101 | 1100011 | 0 | 100 | 1100100 | 110010 |
Color Harmonies of #FF1302
Complementary color
Monochromatic Colors of #FF1302
Black with #FF1302
Text Example
Text Example
White with #FF1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1302; }
p { color: rgb(255,19,2); }
H1.HeaderClassName
{
color: #FF1302;
}
.AnyTagClassName
{
color: #FF1302;
}
</style>
background-color css
<style>
a { background-color: #FF1302; }
a { background-color: rgb(255,19,2); }
div.DivClassName
{
background-color: #FF1302;
}
.BgClassName
{
background-color: #FF1302;
}
</style>
border-color css
<style>
span { border-color: #FF1302; }
span { border-color: rgb(255,19,2); }
td.TdClassName
{
border-color: #FF1302;
}
.TagClassName
{
border-color: #FF1302;
}
</style>