Shades of Scarlet #FD301A
Tints of Scarlet #FD301A
RGB
CMYK
RGB Variations
Color information
#FD301A (or 0xFD301A) is known color: Scarlet. HEX triplet: FD, 30 and 1A. RGB value is (253,48,26). Sum of RGB (Red+Green+Blue) = 253+48+26=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD301A is #02CFE5. Grayscale: #6B6B6B. Windows color (decimal): -184294 or 1716477. OLE color: 1716477.
HSL color Cylindrical-coordinate representation of color #FD301A: hue angle of 5.81º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD301A is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 26 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.01 |
| HSL | 5.81º | 0.98% | 0.55% | - |
| HSV(B) | 5.81º | 0.9% | 0.99% | - |
| XYZ | 41.75 | 23.07 | 3.23 | - |
| YUV | 106.79 | 82.42 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 26 | 0 | 0.81 | 0.90 | 0.01 | 5.81 | 0.98 | 0.55 |
| Hex | FD | 30 | 1A | 0 | 51 | 5A | 1 | 6 | 62 | 37 |
| Octal | 375 | 60 | 32 | 0 | 121 | 132 | 1 | 6 | 142 | 67 |
| Binary | 11111101 | 110000 | 11010 | 0 | 1010001 | 1011010 | 1 | 110 | 1100010 | 110111 |
Color Harmonies of #FD301A
Complementary color
Monochromatic Colors of #FD301A
Black with #FD301A
Text Example
Text Example
White with #FD301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD301A; }
p { color: rgb(253,48,26); }
H1.HeaderClassName
{
color: #FD301A;
}
.AnyTagClassName
{
color: #FD301A;
}
</style>
background-color css
<style>
a { background-color: #FD301A; }
a { background-color: rgb(253,48,26); }
div.DivClassName
{
background-color: #FD301A;
}
.BgClassName
{
background-color: #FD301A;
}
</style>
border-color css
<style>
span { border-color: #FD301A; }
span { border-color: rgb(253,48,26); }
td.TdClassName
{
border-color: #FD301A;
}
.TagClassName
{
border-color: #FD301A;
}
</style>