Shades of Scarlet #FA3315
Tints of Scarlet #FA3315
RGB
CMYK
RGB Variations
Color information
#FA3315 (or 0xFA3315) is known color: Scarlet. HEX triplet: FA, 33 and 15. RGB value is (250,51,21). Sum of RGB (Red+Green+Blue) = 250+51+21=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3315 is #05CCEA. Grayscale: #6B6B6B. Windows color (decimal): -380139 or 1389562. OLE color: 1389562.
HSL color Cylindrical-coordinate representation of color #FA3315: hue angle of 7.86º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA3315 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 21 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.02 |
| HSL | 7.86º | 0.96% | 0.53% | - |
| HSV(B) | 7.86º | 0.92% | 0.98% | - |
| XYZ | 40.74 | 22.75 | 2.95 | - |
| YUV | 107.08 | 79.43 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 21 | 0 | 0.80 | 0.92 | 0.02 | 7.86 | 0.96 | 0.53 |
| Hex | FA | 33 | 15 | 0 | 50 | 5C | 2 | 8 | 60 | 35 |
| Octal | 372 | 63 | 25 | 0 | 120 | 134 | 2 | 10 | 140 | 65 |
| Binary | 11111010 | 110011 | 10101 | 0 | 1010000 | 1011100 | 10 | 1000 | 1100000 | 110101 |
Color Harmonies of #FA3315
Complementary color
Monochromatic Colors of #FA3315
Black with #FA3315
Text Example
Text Example
White with #FA3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3315; }
p { color: rgb(250,51,21); }
H1.HeaderClassName
{
color: #FA3315;
}
.AnyTagClassName
{
color: #FA3315;
}
</style>
background-color css
<style>
a { background-color: #FA3315; }
a { background-color: rgb(250,51,21); }
div.DivClassName
{
background-color: #FA3315;
}
.BgClassName
{
background-color: #FA3315;
}
</style>
border-color css
<style>
span { border-color: #FA3315; }
span { border-color: rgb(250,51,21); }
td.TdClassName
{
border-color: #FA3315;
}
.TagClassName
{
border-color: #FA3315;
}
</style>