Shades of Scarlet #FD350A
Tints of Scarlet #FD350A
RGB
CMYK
RGB Variations
Color information
#FD350A (or 0xFD350A) is known color: Scarlet. HEX triplet: FD, 35 and 0A. RGB value is (253,53,10). Sum of RGB (Red+Green+Blue) = 253+53+10=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD350A is #02CAF5. Grayscale: #6C6C6C. Windows color (decimal): -183030 or 669181. OLE color: 669181.
HSL color Cylindrical-coordinate representation of color #FD350A: hue angle of 10.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD350A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 10 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.01 |
| HSL | 10.62º | 0.98% | 0.52% | - |
| HSV(B) | 10.62º | 0.96% | 0.99% | - |
| XYZ | 41.84 | 23.45 | 2.61 | - |
| YUV | 107.9 | 72.76 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 10 | 0 | 0.79 | 0.96 | 0.01 | 10.62 | 0.98 | 0.52 |
| Hex | FD | 35 | A | 0 | 4F | 60 | 1 | B | 62 | 34 |
| Octal | 375 | 65 | 12 | 0 | 117 | 140 | 1 | 13 | 142 | 64 |
| Binary | 11111101 | 110101 | 1010 | 0 | 1001111 | 1100000 | 1 | 1011 | 1100010 | 110100 |
Color Harmonies of #FD350A
Complementary color
Monochromatic Colors of #FD350A
Black with #FD350A
Text Example
Text Example
White with #FD350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD350A; }
p { color: rgb(253,53,10); }
H1.HeaderClassName
{
color: #FD350A;
}
.AnyTagClassName
{
color: #FD350A;
}
</style>
background-color css
<style>
a { background-color: #FD350A; }
a { background-color: rgb(253,53,10); }
div.DivClassName
{
background-color: #FD350A;
}
.BgClassName
{
background-color: #FD350A;
}
</style>
border-color css
<style>
span { border-color: #FD350A; }
span { border-color: rgb(253,53,10); }
td.TdClassName
{
border-color: #FD350A;
}
.TagClassName
{
border-color: #FD350A;
}
</style>