Shades of Scarlet #FA3203
Tints of Scarlet #FA3203
RGB
CMYK
RGB Variations
Color information
#FA3203 (or 0xFA3203) is known color: Scarlet. HEX triplet: FA, 32 and 03. RGB value is (250,50,3). Sum of RGB (Red+Green+Blue) = 250+50+3=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3203 is #05CDFC. Grayscale: #686868. Windows color (decimal): -380413 or 209658. OLE color: 209658.
HSL color Cylindrical-coordinate representation of color #FA3203: hue angle of 11.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA3203 is Cyan = 0, Magento = 0.8, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 3 | - |
| CMYK | 0 | 0.8 | 0.99 | 0.02 |
| HSL | 11.42º | 0.98% | 0.5% | - |
| HSV(B) | 11.42º | 0.99% | 0.98% | - |
| XYZ | 40.58 | 22.61 | 2.31 | - |
| YUV | 104.44 | 70.76 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 3 | 0 | 0.8 | 0.99 | 0.02 | 11.42 | 0.98 | 0.5 |
| Hex | FA | 32 | 3 | 0 | 50 | 63 | 2 | B | 62 | 32 |
| Octal | 372 | 62 | 3 | 0 | 120 | 143 | 2 | 13 | 142 | 62 |
| Binary | 11111010 | 110010 | 11 | 0 | 1010000 | 1100011 | 10 | 1011 | 1100010 | 110010 |
Color Harmonies of #FA3203
Complementary color
Monochromatic Colors of #FA3203
Black with #FA3203
Text Example
Text Example
White with #FA3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3203; }
p { color: rgb(250,50,3); }
H1.HeaderClassName
{
color: #FA3203;
}
.AnyTagClassName
{
color: #FA3203;
}
</style>
background-color css
<style>
a { background-color: #FA3203; }
a { background-color: rgb(250,50,3); }
div.DivClassName
{
background-color: #FA3203;
}
.BgClassName
{
background-color: #FA3203;
}
</style>
border-color css
<style>
span { border-color: #FA3203; }
span { border-color: rgb(250,50,3); }
td.TdClassName
{
border-color: #FA3203;
}
.TagClassName
{
border-color: #FA3203;
}
</style>