Shades of Scarlet #FD330F
Tints of Scarlet #FD330F
RGB
CMYK
RGB Variations
Color information
#FD330F (or 0xFD330F) is known color: Scarlet. HEX triplet: FD, 33 and 0F. RGB value is (253,51,15). Sum of RGB (Red+Green+Blue) = 253+51+15=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD330F is #02CCF0. Grayscale: #6B6B6B. Windows color (decimal): -183537 or 996349. OLE color: 996349.
HSL color Cylindrical-coordinate representation of color #FD330F: hue angle of 9.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD330F is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 15 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.01 |
| HSL | 9.08º | 0.98% | 0.53% | - |
| HSV(B) | 9.08º | 0.94% | 0.99% | - |
| XYZ | 41.78 | 23.28 | 2.74 | - |
| YUV | 107.29 | 75.92 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 15 | 0 | 0.80 | 0.94 | 0.01 | 9.08 | 0.98 | 0.53 |
| Hex | FD | 33 | F | 0 | 50 | 5E | 1 | 9 | 62 | 35 |
| Octal | 375 | 63 | 17 | 0 | 120 | 136 | 1 | 11 | 142 | 65 |
| Binary | 11111101 | 110011 | 1111 | 0 | 1010000 | 1011110 | 1 | 1001 | 1100010 | 110101 |
Color Harmonies of #FD330F
Complementary color
Monochromatic Colors of #FD330F
Black with #FD330F
Text Example
Text Example
White with #FD330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD330F; }
p { color: rgb(253,51,15); }
H1.HeaderClassName
{
color: #FD330F;
}
.AnyTagClassName
{
color: #FD330F;
}
</style>
background-color css
<style>
a { background-color: #FD330F; }
a { background-color: rgb(253,51,15); }
div.DivClassName
{
background-color: #FD330F;
}
.BgClassName
{
background-color: #FD330F;
}
</style>
border-color css
<style>
span { border-color: #FD330F; }
span { border-color: rgb(253,51,15); }
td.TdClassName
{
border-color: #FD330F;
}
.TagClassName
{
border-color: #FD330F;
}
</style>