Shades of Scarlet #FA3410
Tints of Scarlet #FA3410
RGB
CMYK
RGB Variations
Color information
#FA3410 (or 0xFA3410) is known color: Scarlet. HEX triplet: FA, 34 and 10. RGB value is (250,52,16). Sum of RGB (Red+Green+Blue) = 250+52+16=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3410 is #05CBEF. Grayscale: #6B6B6B. Windows color (decimal): -379888 or 1062138. OLE color: 1062138.
HSL color Cylindrical-coordinate representation of color #FA3410: hue angle of 9.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA3410 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 16 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.02 |
| HSL | 9.23º | 0.96% | 0.52% | - |
| HSV(B) | 9.23º | 0.94% | 0.98% | - |
| XYZ | 40.75 | 22.82 | 2.75 | - |
| YUV | 107.1 | 76.6 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 16 | 0 | 0.79 | 0.94 | 0.02 | 9.23 | 0.96 | 0.52 |
| Hex | FA | 34 | 10 | 0 | 4F | 5E | 2 | 9 | 60 | 34 |
| Octal | 372 | 64 | 20 | 0 | 117 | 136 | 2 | 11 | 140 | 64 |
| Binary | 11111010 | 110100 | 10000 | 0 | 1001111 | 1011110 | 10 | 1001 | 1100000 | 110100 |
Color Harmonies of #FA3410
Complementary color
Monochromatic Colors of #FA3410
Black with #FA3410
Text Example
Text Example
White with #FA3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3410; }
p { color: rgb(250,52,16); }
H1.HeaderClassName
{
color: #FA3410;
}
.AnyTagClassName
{
color: #FA3410;
}
</style>
background-color css
<style>
a { background-color: #FA3410; }
a { background-color: rgb(250,52,16); }
div.DivClassName
{
background-color: #FA3410;
}
.BgClassName
{
background-color: #FA3410;
}
</style>
border-color css
<style>
span { border-color: #FA3410; }
span { border-color: rgb(250,52,16); }
td.TdClassName
{
border-color: #FA3410;
}
.TagClassName
{
border-color: #FA3410;
}
</style>