Shades of Scarlet #FD350D
Tints of Scarlet #FD350D
RGB
CMYK
RGB Variations
Color information
#FD350D (or 0xFD350D) is known color: Scarlet. HEX triplet: FD, 35 and 0D. RGB value is (253,53,13). Sum of RGB (Red+Green+Blue) = 253+53+13=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD350D is #02CAF2. Grayscale: #6C6C6C. Windows color (decimal): -183027 or 865789. OLE color: 865789.
HSL color Cylindrical-coordinate representation of color #FD350D: hue angle of 10º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD350D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.01 |
| HSL | 10º | 0.98% | 0.52% | - |
| HSV(B) | 10º | 0.95% | 0.99% | - |
| XYZ | 41.85 | 23.46 | 2.7 | - |
| YUV | 108.24 | 74.26 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 13 | 0 | 0.79 | 0.95 | 0.01 | 10 | 0.98 | 0.52 |
| Hex | FD | 35 | D | 0 | 4F | 5F | 1 | A | 62 | 34 |
| Octal | 375 | 65 | 15 | 0 | 117 | 137 | 1 | 12 | 142 | 64 |
| Binary | 11111101 | 110101 | 1101 | 0 | 1001111 | 1011111 | 1 | 1010 | 1100010 | 110100 |
Color Harmonies of #FD350D
Complementary color
Monochromatic Colors of #FD350D
Black with #FD350D
Text Example
Text Example
White with #FD350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD350D; }
p { color: rgb(253,53,13); }
H1.HeaderClassName
{
color: #FD350D;
}
.AnyTagClassName
{
color: #FD350D;
}
</style>
background-color css
<style>
a { background-color: #FD350D; }
a { background-color: rgb(253,53,13); }
div.DivClassName
{
background-color: #FD350D;
}
.BgClassName
{
background-color: #FD350D;
}
</style>
border-color css
<style>
span { border-color: #FD350D; }
span { border-color: rgb(253,53,13); }
td.TdClassName
{
border-color: #FD350D;
}
.TagClassName
{
border-color: #FD350D;
}
</style>