Shades of Scarlet #FD3000
Tints of Scarlet #FD3000
RGB
CMYK
RGB Variations
Color information
#FD3000 (or 0xFD3000) is known color: Scarlet. HEX triplet: FD, 30 and 00. RGB value is (253,48,0). Sum of RGB (Red+Green+Blue) = 253+48+0=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3000 is #02CFFF. Grayscale: #686868. Windows color (decimal): -184320 or 12541. OLE color: 12541.
HSL color Cylindrical-coordinate representation of color #FD3000: hue angle of 11.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD3000 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.01 |
| HSL | 11.38º | 1% | 0.5% | - |
| HSV(B) | 11.38º | 1% | 0.99% | - |
| XYZ | 41.56 | 23 | 2.25 | - |
| YUV | 103.82 | 69.42 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 0 | 0 | 0.81 | 1 | 0.01 | 11.38 | 1 | 0.5 |
| Hex | FD | 30 | 0 | 0 | 51 | 64 | 1 | B | 64 | 32 |
| Octal | 375 | 60 | 0 | 0 | 121 | 144 | 1 | 13 | 144 | 62 |
| Binary | 11111101 | 110000 | 0 | 0 | 1010001 | 1100100 | 1 | 1011 | 1100100 | 110010 |
Color Harmonies of #FD3000
Complementary color
Monochromatic Colors of #FD3000
Black with #FD3000
Text Example
Text Example
White with #FD3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3000; }
p { color: rgb(253,48,0); }
H1.HeaderClassName
{
color: #FD3000;
}
.AnyTagClassName
{
color: #FD3000;
}
</style>
background-color css
<style>
a { background-color: #FD3000; }
a { background-color: rgb(253,48,0); }
div.DivClassName
{
background-color: #FD3000;
}
.BgClassName
{
background-color: #FD3000;
}
</style>
border-color css
<style>
span { border-color: #FD3000; }
span { border-color: rgb(253,48,0); }
td.TdClassName
{
border-color: #FD3000;
}
.TagClassName
{
border-color: #FD3000;
}
</style>