Shades of Scarlet #FA2D08
Tints of Scarlet #FA2D08
RGB
CMYK
RGB Variations
Color information
#FA2D08 (or 0xFA2D08) is known color: Scarlet. HEX triplet: FA, 2D and 08. RGB value is (250,45,8). Sum of RGB (Red+Green+Blue) = 250+45+8=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D08 is #05D2F7. Grayscale: #666666. Windows color (decimal): -381688 or 536058. OLE color: 536058.
HSL color Cylindrical-coordinate representation of color #FA2D08: hue angle of 9.17º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA2D08 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 8 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.02 |
| HSL | 9.17º | 0.96% | 0.51% | - |
| HSV(B) | 9.17º | 0.97% | 0.98% | - |
| XYZ | 40.41 | 22.22 | 2.39 | - |
| YUV | 102.08 | 74.92 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 8 | 0 | 0.82 | 0.97 | 0.02 | 9.17 | 0.96 | 0.51 |
| Hex | FA | 2D | 8 | 0 | 52 | 61 | 2 | 9 | 60 | 33 |
| Octal | 372 | 55 | 10 | 0 | 122 | 141 | 2 | 11 | 140 | 63 |
| Binary | 11111010 | 101101 | 1000 | 0 | 1010010 | 1100001 | 10 | 1001 | 1100000 | 110011 |
Color Harmonies of #FA2D08
Complementary color
Monochromatic Colors of #FA2D08
Black with #FA2D08
Text Example
Text Example
White with #FA2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D08; }
p { color: rgb(250,45,8); }
H1.HeaderClassName
{
color: #FA2D08;
}
.AnyTagClassName
{
color: #FA2D08;
}
</style>
background-color css
<style>
a { background-color: #FA2D08; }
a { background-color: rgb(250,45,8); }
div.DivClassName
{
background-color: #FA2D08;
}
.BgClassName
{
background-color: #FA2D08;
}
</style>
border-color css
<style>
span { border-color: #FA2D08; }
span { border-color: rgb(250,45,8); }
td.TdClassName
{
border-color: #FA2D08;
}
.TagClassName
{
border-color: #FA2D08;
}
</style>