Shades of Scarlet #FD330E
Tints of Scarlet #FD330E
RGB
CMYK
RGB Variations
Color information
#FD330E (or 0xFD330E) is known color: Scarlet. HEX triplet: FD, 33 and 0E. RGB value is (253,51,14). Sum of RGB (Red+Green+Blue) = 253+51+14=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD330E is #02CCF1. Grayscale: #6B6B6B. Windows color (decimal): -183538 or 930813. OLE color: 930813.
HSL color Cylindrical-coordinate representation of color #FD330E: hue angle of 9.29º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD330E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 14 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.01 |
| HSL | 9.29º | 0.98% | 0.52% | - |
| HSV(B) | 9.29º | 0.94% | 0.99% | - |
| XYZ | 41.77 | 23.28 | 2.71 | - |
| YUV | 107.18 | 75.42 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 14 | 0 | 0.80 | 0.94 | 0.01 | 9.29 | 0.98 | 0.52 |
| Hex | FD | 33 | E | 0 | 50 | 5E | 1 | 9 | 62 | 34 |
| Octal | 375 | 63 | 16 | 0 | 120 | 136 | 1 | 11 | 142 | 64 |
| Binary | 11111101 | 110011 | 1110 | 0 | 1010000 | 1011110 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FD330E
Complementary color
Monochromatic Colors of #FD330E
Black with #FD330E
Text Example
Text Example
White with #FD330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD330E; }
p { color: rgb(253,51,14); }
H1.HeaderClassName
{
color: #FD330E;
}
.AnyTagClassName
{
color: #FD330E;
}
</style>
background-color css
<style>
a { background-color: #FD330E; }
a { background-color: rgb(253,51,14); }
div.DivClassName
{
background-color: #FD330E;
}
.BgClassName
{
background-color: #FD330E;
}
</style>
border-color css
<style>
span { border-color: #FD330E; }
span { border-color: rgb(253,51,14); }
td.TdClassName
{
border-color: #FD330E;
}
.TagClassName
{
border-color: #FD330E;
}
</style>