Shades of Scarlet #FA210D
Tints of Scarlet #FA210D
RGB
CMYK
RGB Variations
Color information
#FA210D (or 0xFA210D) is known color: Scarlet. HEX triplet: FA, 21 and 0D. RGB value is (250,33,13). Sum of RGB (Red+Green+Blue) = 250+33+13=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA210D is #05DEF2. Grayscale: #5F5F5F. Windows color (decimal): -384755 or 860666. OLE color: 860666.
HSL color Cylindrical-coordinate representation of color #FA210D: hue angle of 5.06º 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 #FA210D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 13 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.02 |
| HSL | 5.06º | 0.96% | 0.52% | - |
| HSV(B) | 5.06º | 0.95% | 0.98% | - |
| XYZ | 40.04 | 21.44 | 2.41 | - |
| YUV | 95.6 | 81.39 | 238.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 13 | 0 | 0.87 | 0.95 | 0.02 | 5.06 | 0.96 | 0.52 |
| Hex | FA | 21 | D | 0 | 57 | 5F | 2 | 5 | 60 | 34 |
| Octal | 372 | 41 | 15 | 0 | 127 | 137 | 2 | 5 | 140 | 64 |
| Binary | 11111010 | 100001 | 1101 | 0 | 1010111 | 1011111 | 10 | 101 | 1100000 | 110100 |
Color Harmonies of #FA210D
Complementary color
Monochromatic Colors of #FA210D
Black with #FA210D
Text Example
Text Example
White with #FA210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA210D; }
p { color: rgb(250,33,13); }
H1.HeaderClassName
{
color: #FA210D;
}
.AnyTagClassName
{
color: #FA210D;
}
</style>
background-color css
<style>
a { background-color: #FA210D; }
a { background-color: rgb(250,33,13); }
div.DivClassName
{
background-color: #FA210D;
}
.BgClassName
{
background-color: #FA210D;
}
</style>
border-color css
<style>
span { border-color: #FA210D; }
span { border-color: rgb(250,33,13); }
td.TdClassName
{
border-color: #FA210D;
}
.TagClassName
{
border-color: #FA210D;
}
</style>