Shades of Scarlet #FA2D06
Tints of Scarlet #FA2D06
RGB
CMYK
RGB Variations
Color information
#FA2D06 (or 0xFA2D06) is known color: Scarlet. HEX triplet: FA, 2D and 06. RGB value is (250,45,6). Sum of RGB (Red+Green+Blue) = 250+45+6=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D06 is #05D2F9. Grayscale: #666666. Windows color (decimal): -381690 or 404986. OLE color: 404986.
HSL color Cylindrical-coordinate representation of color #FA2D06: hue angle of 9.59º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA2D06 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 6 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.02 |
| HSL | 9.59º | 0.96% | 0.5% | - |
| HSV(B) | 9.59º | 0.98% | 0.98% | - |
| XYZ | 40.4 | 22.21 | 2.33 | - |
| YUV | 101.85 | 73.92 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 6 | 0 | 0.82 | 0.98 | 0.02 | 9.59 | 0.96 | 0.5 |
| Hex | FA | 2D | 6 | 0 | 52 | 62 | 2 | A | 60 | 32 |
| Octal | 372 | 55 | 6 | 0 | 122 | 142 | 2 | 12 | 140 | 62 |
| Binary | 11111010 | 101101 | 110 | 0 | 1010010 | 1100010 | 10 | 1010 | 1100000 | 110010 |
Color Harmonies of #FA2D06
Complementary color
Monochromatic Colors of #FA2D06
Black with #FA2D06
Text Example
Text Example
White with #FA2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D06; }
p { color: rgb(250,45,6); }
H1.HeaderClassName
{
color: #FA2D06;
}
.AnyTagClassName
{
color: #FA2D06;
}
</style>
background-color css
<style>
a { background-color: #FA2D06; }
a { background-color: rgb(250,45,6); }
div.DivClassName
{
background-color: #FA2D06;
}
.BgClassName
{
background-color: #FA2D06;
}
</style>
border-color css
<style>
span { border-color: #FA2D06; }
span { border-color: rgb(250,45,6); }
td.TdClassName
{
border-color: #FA2D06;
}
.TagClassName
{
border-color: #FA2D06;
}
</style>