Shades of Scarlet #FA2702
Tints of Scarlet #FA2702
RGB
CMYK
RGB Variations
Color information
#FA2702 (or 0xFA2702) is known color: Scarlet. HEX triplet: FA, 27 and 02. RGB value is (250,39,2). Sum of RGB (Red+Green+Blue) = 250+39+2=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2702 is #05D8FD. Grayscale: #626262. Windows color (decimal): -383230 or 141306. OLE color: 141306.
HSL color Cylindrical-coordinate representation of color #FA2702: hue angle of 8.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA2702 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.02 |
| HSL | 8.95º | 0.98% | 0.49% | - |
| HSV(B) | 8.95º | 0.99% | 0.98% | - |
| XYZ | 40.16 | 21.78 | 2.14 | - |
| YUV | 97.87 | 73.9 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 2 | 0 | 0.84 | 0.99 | 0.02 | 8.95 | 0.98 | 0.49 |
| Hex | FA | 27 | 2 | 0 | 54 | 63 | 2 | 9 | 62 | 31 |
| Octal | 372 | 47 | 2 | 0 | 124 | 143 | 2 | 11 | 142 | 61 |
| Binary | 11111010 | 100111 | 10 | 0 | 1010100 | 1100011 | 10 | 1001 | 1100010 | 110001 |
Color Harmonies of #FA2702
Complementary color
Monochromatic Colors of #FA2702
Black with #FA2702
Text Example
Text Example
White with #FA2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2702; }
p { color: rgb(250,39,2); }
H1.HeaderClassName
{
color: #FA2702;
}
.AnyTagClassName
{
color: #FA2702;
}
</style>
background-color css
<style>
a { background-color: #FA2702; }
a { background-color: rgb(250,39,2); }
div.DivClassName
{
background-color: #FA2702;
}
.BgClassName
{
background-color: #FA2702;
}
</style>
border-color css
<style>
span { border-color: #FA2702; }
span { border-color: rgb(250,39,2); }
td.TdClassName
{
border-color: #FA2702;
}
.TagClassName
{
border-color: #FA2702;
}
</style>