Shades of Scarlet #F5201B
Tints of Scarlet #F5201B
RGB
CMYK
RGB Variations
Color information
#F5201B (or 0xF5201B) is known color: Scarlet. HEX triplet: F5, 20 and 1B. RGB value is (245,32,27). Sum of RGB (Red+Green+Blue) = 245+32+27=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F5201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5201B is #0ADFE4. Grayscale: #5F5F5F. Windows color (decimal): -712677 or 1777909. OLE color: 1777909.
HSL color Cylindrical-coordinate representation of color #F5201B: hue angle of 1.38º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5201B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 27 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.04 |
| HSL | 1.38º | 0.92% | 0.53% | - |
| HSV(B) | 1.38º | 0.89% | 0.96% | - |
| XYZ | 38.37 | 20.52 | 2.98 | - |
| YUV | 95.12 | 89.57 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 27 | 0 | 0.87 | 0.89 | 0.04 | 1.38 | 0.92 | 0.53 |
| Hex | F5 | 20 | 1B | 0 | 57 | 59 | 4 | 1 | 5C | 35 |
| Octal | 365 | 40 | 33 | 0 | 127 | 131 | 4 | 1 | 134 | 65 |
| Binary | 11110101 | 100000 | 11011 | 0 | 1010111 | 1011001 | 100 | 1 | 1011100 | 110101 |
Color Harmonies of #F5201B
Complementary color
Monochromatic Colors of #F5201B
Black with #F5201B
Text Example
Text Example
White with #F5201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5201B; }
p { color: rgb(245,32,27); }
H1.HeaderClassName
{
color: #F5201B;
}
.AnyTagClassName
{
color: #F5201B;
}
</style>
background-color css
<style>
a { background-color: #F5201B; }
a { background-color: rgb(245,32,27); }
div.DivClassName
{
background-color: #F5201B;
}
.BgClassName
{
background-color: #F5201B;
}
</style>
border-color css
<style>
span { border-color: #F5201B; }
span { border-color: rgb(245,32,27); }
td.TdClassName
{
border-color: #F5201B;
}
.TagClassName
{
border-color: #F5201B;
}
</style>