Shades of Scarlet #FA3218
Tints of Scarlet #FA3218
RGB
CMYK
RGB Variations
Color information
#FA3218 (or 0xFA3218) is known color: Scarlet. HEX triplet: FA, 32 and 18. RGB value is (250,50,24). Sum of RGB (Red+Green+Blue) = 250+50+24=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3218 is #05CDE7. Grayscale: #6B6B6B. Windows color (decimal): -380392 or 1585914. OLE color: 1585914.
HSL color Cylindrical-coordinate representation of color #FA3218: hue angle of 6.9º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA3218 is Cyan = 0, Magento = 0.8, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 24 | - |
| CMYK | 0 | 0.8 | 0.90 | 0.02 |
| HSL | 6.9º | 0.96% | 0.54% | - |
| HSV(B) | 6.9º | 0.9% | 0.98% | - |
| XYZ | 40.73 | 22.67 | 3.09 | - |
| YUV | 106.84 | 81.26 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 24 | 0 | 0.8 | 0.90 | 0.02 | 6.9 | 0.96 | 0.54 |
| Hex | FA | 32 | 18 | 0 | 50 | 5A | 2 | 7 | 60 | 36 |
| Octal | 372 | 62 | 30 | 0 | 120 | 132 | 2 | 7 | 140 | 66 |
| Binary | 11111010 | 110010 | 11000 | 0 | 1010000 | 1011010 | 10 | 111 | 1100000 | 110110 |
Color Harmonies of #FA3218
Complementary color
Monochromatic Colors of #FA3218
Black with #FA3218
Text Example
Text Example
White with #FA3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3218; }
p { color: rgb(250,50,24); }
H1.HeaderClassName
{
color: #FA3218;
}
.AnyTagClassName
{
color: #FA3218;
}
</style>
background-color css
<style>
a { background-color: #FA3218; }
a { background-color: rgb(250,50,24); }
div.DivClassName
{
background-color: #FA3218;
}
.BgClassName
{
background-color: #FA3218;
}
</style>
border-color css
<style>
span { border-color: #FA3218; }
span { border-color: rgb(250,50,24); }
td.TdClassName
{
border-color: #FA3218;
}
.TagClassName
{
border-color: #FA3218;
}
</style>