Shades of Scarlet #FD3008
Tints of Scarlet #FD3008
RGB
CMYK
RGB Variations
Color information
#FD3008 (or 0xFD3008) is known color: Scarlet. HEX triplet: FD, 30 and 08. RGB value is (253,48,8). Sum of RGB (Red+Green+Blue) = 253+48+8=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3008 is #02CFF7. Grayscale: #696969. Windows color (decimal): -184312 or 536829. OLE color: 536829.
HSL color Cylindrical-coordinate representation of color #FD3008: hue angle of 9.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD3008 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 8 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.01 |
| HSL | 9.8º | 0.98% | 0.51% | - |
| HSV(B) | 9.8º | 0.97% | 0.99% | - |
| XYZ | 41.61 | 23.01 | 2.48 | - |
| YUV | 104.74 | 73.42 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 8 | 0 | 0.81 | 0.97 | 0.01 | 9.8 | 0.98 | 0.51 |
| Hex | FD | 30 | 8 | 0 | 51 | 61 | 1 | A | 62 | 33 |
| Octal | 375 | 60 | 10 | 0 | 121 | 141 | 1 | 12 | 142 | 63 |
| Binary | 11111101 | 110000 | 1000 | 0 | 1010001 | 1100001 | 1 | 1010 | 1100010 | 110011 |
Color Harmonies of #FD3008
Complementary color
Monochromatic Colors of #FD3008
Black with #FD3008
Text Example
Text Example
White with #FD3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3008; }
p { color: rgb(253,48,8); }
H1.HeaderClassName
{
color: #FD3008;
}
.AnyTagClassName
{
color: #FD3008;
}
</style>
background-color css
<style>
a { background-color: #FD3008; }
a { background-color: rgb(253,48,8); }
div.DivClassName
{
background-color: #FD3008;
}
.BgClassName
{
background-color: #FD3008;
}
</style>
border-color css
<style>
span { border-color: #FD3008; }
span { border-color: rgb(253,48,8); }
td.TdClassName
{
border-color: #FD3008;
}
.TagClassName
{
border-color: #FD3008;
}
</style>