Shades of Scarlet #FA340D
Tints of Scarlet #FA340D
RGB
CMYK
RGB Variations
Color information
#FA340D (or 0xFA340D) is known color: Scarlet. HEX triplet: FA, 34 and 0D. RGB value is (250,52,13). Sum of RGB (Red+Green+Blue) = 250+52+13=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA340D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA340D is #05CBF2. Grayscale: #6B6B6B. Windows color (decimal): -379891 or 865530. OLE color: 865530.
HSL color Cylindrical-coordinate representation of color #FA340D: hue angle of 9.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA340D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.02 |
| HSL | 9.87º | 0.96% | 0.52% | - |
| HSV(B) | 9.87º | 0.95% | 0.98% | - |
| XYZ | 40.72 | 22.81 | 2.64 | - |
| YUV | 106.76 | 75.1 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 13 | 0 | 0.79 | 0.95 | 0.02 | 9.87 | 0.96 | 0.52 |
| Hex | FA | 34 | D | 0 | 4F | 5F | 2 | A | 60 | 34 |
| Octal | 372 | 64 | 15 | 0 | 117 | 137 | 2 | 12 | 140 | 64 |
| Binary | 11111010 | 110100 | 1101 | 0 | 1001111 | 1011111 | 10 | 1010 | 1100000 | 110100 |
Color Harmonies of #FA340D
Complementary color
Monochromatic Colors of #FA340D
Black with #FA340D
Text Example
Text Example
White with #FA340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA340D; }
p { color: rgb(250,52,13); }
H1.HeaderClassName
{
color: #FA340D;
}
.AnyTagClassName
{
color: #FA340D;
}
</style>
background-color css
<style>
a { background-color: #FA340D; }
a { background-color: rgb(250,52,13); }
div.DivClassName
{
background-color: #FA340D;
}
.BgClassName
{
background-color: #FA340D;
}
</style>
border-color css
<style>
span { border-color: #FA340D; }
span { border-color: rgb(250,52,13); }
td.TdClassName
{
border-color: #FA340D;
}
.TagClassName
{
border-color: #FA340D;
}
</style>