Shades of Scarlet #FD3301
Tints of Scarlet #FD3301
RGB
CMYK
RGB Variations
Color information
#FD3301 (or 0xFD3301) is known color: Scarlet. HEX triplet: FD, 33 and 01. RGB value is (253,51,1). Sum of RGB (Red+Green+Blue) = 253+51+1=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3301 is #02CCFE. Grayscale: #6A6A6A. Windows color (decimal): -183551 or 78845. OLE color: 78845.
HSL color Cylindrical-coordinate representation of color #FD3301: hue angle of 11.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD3301 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.01 |
| HSL | 11.9º | 0.99% | 0.5% | - |
| HSV(B) | 11.9º | 1% | 0.99% | - |
| XYZ | 41.7 | 23.25 | 2.32 | - |
| YUV | 105.7 | 68.92 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 1 | 0 | 0.80 | 1.00 | 0.01 | 11.9 | 0.99 | 0.5 |
| Hex | FD | 33 | 1 | 0 | 50 | 64 | 1 | C | 63 | 32 |
| Octal | 375 | 63 | 1 | 0 | 120 | 144 | 1 | 14 | 143 | 62 |
| Binary | 11111101 | 110011 | 1 | 0 | 1010000 | 1100100 | 1 | 1100 | 1100011 | 110010 |
Color Harmonies of #FD3301
Complementary color
Monochromatic Colors of #FD3301
Black with #FD3301
Text Example
Text Example
White with #FD3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3301; }
p { color: rgb(253,51,1); }
H1.HeaderClassName
{
color: #FD3301;
}
.AnyTagClassName
{
color: #FD3301;
}
</style>
background-color css
<style>
a { background-color: #FD3301; }
a { background-color: rgb(253,51,1); }
div.DivClassName
{
background-color: #FD3301;
}
.BgClassName
{
background-color: #FD3301;
}
</style>
border-color css
<style>
span { border-color: #FD3301; }
span { border-color: rgb(253,51,1); }
td.TdClassName
{
border-color: #FD3301;
}
.TagClassName
{
border-color: #FD3301;
}
</style>