Shades of Scarlet #FD2816
Tints of Scarlet #FD2816
RGB
CMYK
RGB Variations
Color information
#FD2816 (or 0xFD2816) is known color: Scarlet. HEX triplet: FD, 28 and 16. RGB value is (253,40,22). Sum of RGB (Red+Green+Blue) = 253+40+22=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2816 is #02D7E9. Grayscale: #656565. Windows color (decimal): -186346 or 1452285. OLE color: 1452285.
HSL color Cylindrical-coordinate representation of color #FD2816: hue angle of 4.68º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD2816 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 22 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.01 |
| HSL | 4.68º | 0.98% | 0.54% | - |
| HSV(B) | 4.68º | 0.91% | 0.99% | - |
| XYZ | 41.41 | 22.46 | 2.91 | - |
| YUV | 101.64 | 83.07 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 22 | 0 | 0.84 | 0.91 | 0.01 | 4.68 | 0.98 | 0.54 |
| Hex | FD | 28 | 16 | 0 | 54 | 5B | 1 | 5 | 62 | 36 |
| Octal | 375 | 50 | 26 | 0 | 124 | 133 | 1 | 5 | 142 | 66 |
| Binary | 11111101 | 101000 | 10110 | 0 | 1010100 | 1011011 | 1 | 101 | 1100010 | 110110 |
Color Harmonies of #FD2816
Complementary color
Monochromatic Colors of #FD2816
Black with #FD2816
Text Example
Text Example
White with #FD2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2816; }
p { color: rgb(253,40,22); }
H1.HeaderClassName
{
color: #FD2816;
}
.AnyTagClassName
{
color: #FD2816;
}
</style>
background-color css
<style>
a { background-color: #FD2816; }
a { background-color: rgb(253,40,22); }
div.DivClassName
{
background-color: #FD2816;
}
.BgClassName
{
background-color: #FD2816;
}
</style>
border-color css
<style>
span { border-color: #FD2816; }
span { border-color: rgb(253,40,22); }
td.TdClassName
{
border-color: #FD2816;
}
.TagClassName
{
border-color: #FD2816;
}
</style>