Shades of Scarlet #FA3418
Tints of Scarlet #FA3418
RGB
CMYK
RGB Variations
Color information
#FA3418 (or 0xFA3418) is known color: Scarlet. HEX triplet: FA, 34 and 18. RGB value is (250,52,24). Sum of RGB (Red+Green+Blue) = 250+52+24=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3418 is #05CBE7. Grayscale: #6C6C6C. Windows color (decimal): -379880 or 1586426. OLE color: 1586426.
HSL color Cylindrical-coordinate representation of color #FA3418: hue angle of 7.43º 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 #FA3418 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.02 |
| HSL | 7.43º | 0.96% | 0.54% | - |
| HSV(B) | 7.43º | 0.9% | 0.98% | - |
| XYZ | 40.82 | 22.85 | 3.12 | - |
| YUV | 108.01 | 80.6 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 24 | 0 | 0.79 | 0.90 | 0.02 | 7.43 | 0.96 | 0.54 |
| Hex | FA | 34 | 18 | 0 | 4F | 5A | 2 | 7 | 60 | 36 |
| Octal | 372 | 64 | 30 | 0 | 117 | 132 | 2 | 7 | 140 | 66 |
| Binary | 11111010 | 110100 | 11000 | 0 | 1001111 | 1011010 | 10 | 111 | 1100000 | 110110 |
Color Harmonies of #FA3418
Complementary color
Monochromatic Colors of #FA3418
Black with #FA3418
Text Example
Text Example
White with #FA3418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3418; }
p { color: rgb(250,52,24); }
H1.HeaderClassName
{
color: #FA3418;
}
.AnyTagClassName
{
color: #FA3418;
}
</style>
background-color css
<style>
a { background-color: #FA3418; }
a { background-color: rgb(250,52,24); }
div.DivClassName
{
background-color: #FA3418;
}
.BgClassName
{
background-color: #FA3418;
}
</style>
border-color css
<style>
span { border-color: #FA3418; }
span { border-color: rgb(250,52,24); }
td.TdClassName
{
border-color: #FA3418;
}
.TagClassName
{
border-color: #FA3418;
}
</style>