Shades of Scarlet #FA3512
Tints of Scarlet #FA3512
RGB
CMYK
RGB Variations
Color information
#FA3512 (or 0xFA3512) is known color: Scarlet. HEX triplet: FA, 35 and 12. RGB value is (250,53,18). Sum of RGB (Red+Green+Blue) = 250+53+18=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3512 is #05CAED. Grayscale: #6C6C6C. Windows color (decimal): -379630 or 1193466. OLE color: 1193466.
HSL color Cylindrical-coordinate representation of color #FA3512: hue angle of 9.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA3512 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 18 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.02 |
| HSL | 9.05º | 0.96% | 0.53% | - |
| HSV(B) | 9.05º | 0.93% | 0.98% | - |
| XYZ | 40.81 | 22.91 | 2.84 | - |
| YUV | 107.91 | 77.27 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 18 | 0 | 0.79 | 0.93 | 0.02 | 9.05 | 0.96 | 0.53 |
| Hex | FA | 35 | 12 | 0 | 4F | 5D | 2 | 9 | 60 | 35 |
| Octal | 372 | 65 | 22 | 0 | 117 | 135 | 2 | 11 | 140 | 65 |
| Binary | 11111010 | 110101 | 10010 | 0 | 1001111 | 1011101 | 10 | 1001 | 1100000 | 110101 |
Color Harmonies of #FA3512
Complementary color
Monochromatic Colors of #FA3512
Black with #FA3512
Text Example
Text Example
White with #FA3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3512; }
p { color: rgb(250,53,18); }
H1.HeaderClassName
{
color: #FA3512;
}
.AnyTagClassName
{
color: #FA3512;
}
</style>
background-color css
<style>
a { background-color: #FA3512; }
a { background-color: rgb(250,53,18); }
div.DivClassName
{
background-color: #FA3512;
}
.BgClassName
{
background-color: #FA3512;
}
</style>
border-color css
<style>
span { border-color: #FA3512; }
span { border-color: rgb(250,53,18); }
td.TdClassName
{
border-color: #FA3512;
}
.TagClassName
{
border-color: #FA3512;
}
</style>