Shades of Scarlet #FA2D0B
Tints of Scarlet #FA2D0B
RGB
CMYK
RGB Variations
Color information
#FA2D0B (or 0xFA2D0B) is known color: Scarlet. HEX triplet: FA, 2D and 0B. RGB value is (250,45,11). Sum of RGB (Red+Green+Blue) = 250+45+11=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D0B is #05D2F4. Grayscale: #666666. Windows color (decimal): -381685 or 732666. OLE color: 732666.
HSL color Cylindrical-coordinate representation of color #FA2D0B: hue angle of 8.54º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA2D0B is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 11 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.02 |
| HSL | 8.54º | 0.96% | 0.51% | - |
| HSV(B) | 8.54º | 0.96% | 0.98% | - |
| XYZ | 40.42 | 22.22 | 2.48 | - |
| YUV | 102.42 | 76.42 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 11 | 0 | 0.82 | 0.96 | 0.02 | 8.54 | 0.96 | 0.51 |
| Hex | FA | 2D | B | 0 | 52 | 60 | 2 | 9 | 60 | 33 |
| Octal | 372 | 55 | 13 | 0 | 122 | 140 | 2 | 11 | 140 | 63 |
| Binary | 11111010 | 101101 | 1011 | 0 | 1010010 | 1100000 | 10 | 1001 | 1100000 | 110011 |
Color Harmonies of #FA2D0B
Complementary color
Monochromatic Colors of #FA2D0B
Black with #FA2D0B
Text Example
Text Example
White with #FA2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D0B; }
p { color: rgb(250,45,11); }
H1.HeaderClassName
{
color: #FA2D0B;
}
.AnyTagClassName
{
color: #FA2D0B;
}
</style>
background-color css
<style>
a { background-color: #FA2D0B; }
a { background-color: rgb(250,45,11); }
div.DivClassName
{
background-color: #FA2D0B;
}
.BgClassName
{
background-color: #FA2D0B;
}
</style>
border-color css
<style>
span { border-color: #FA2D0B; }
span { border-color: rgb(250,45,11); }
td.TdClassName
{
border-color: #FA2D0B;
}
.TagClassName
{
border-color: #FA2D0B;
}
</style>