Shades of Scarlet #FD281A
Tints of Scarlet #FD281A
RGB
CMYK
RGB Variations
Color information
#FD281A (or 0xFD281A) is known color: Scarlet. HEX triplet: FD, 28 and 1A. RGB value is (253,40,26). Sum of RGB (Red+Green+Blue) = 253+40+26=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD281A is #02D7E5. Grayscale: #666666. Windows color (decimal): -186342 or 1714429. OLE color: 1714429.
HSL color Cylindrical-coordinate representation of color #FD281A: hue angle of 3.7º 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 #FD281A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 26 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.01 |
| HSL | 3.7º | 0.98% | 0.55% | - |
| HSV(B) | 3.7º | 0.9% | 0.99% | - |
| XYZ | 41.45 | 22.47 | 3.13 | - |
| YUV | 102.09 | 85.07 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 26 | 0 | 0.84 | 0.90 | 0.01 | 3.7 | 0.98 | 0.55 |
| Hex | FD | 28 | 1A | 0 | 54 | 5A | 1 | 4 | 62 | 37 |
| Octal | 375 | 50 | 32 | 0 | 124 | 132 | 1 | 4 | 142 | 67 |
| Binary | 11111101 | 101000 | 11010 | 0 | 1010100 | 1011010 | 1 | 100 | 1100010 | 110111 |
Color Harmonies of #FD281A
Complementary color
Monochromatic Colors of #FD281A
Black with #FD281A
Text Example
Text Example
White with #FD281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD281A; }
p { color: rgb(253,40,26); }
H1.HeaderClassName
{
color: #FD281A;
}
.AnyTagClassName
{
color: #FD281A;
}
</style>
background-color css
<style>
a { background-color: #FD281A; }
a { background-color: rgb(253,40,26); }
div.DivClassName
{
background-color: #FD281A;
}
.BgClassName
{
background-color: #FD281A;
}
</style>
border-color css
<style>
span { border-color: #FD281A; }
span { border-color: rgb(253,40,26); }
td.TdClassName
{
border-color: #FD281A;
}
.TagClassName
{
border-color: #FD281A;
}
</style>