Shades of Scarlet #FD2B16
Tints of Scarlet #FD2B16
RGB
CMYK
RGB Variations
Color information
#FD2B16 (or 0xFD2B16) is known color: Scarlet. HEX triplet: FD, 2B and 16. RGB value is (253,43,22). Sum of RGB (Red+Green+Blue) = 253+43+22=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2B16 is #02D4E9. Grayscale: #676767. Windows color (decimal): -185578 or 1453053. OLE color: 1453053.
HSL color Cylindrical-coordinate representation of color #FD2B16: hue angle of 5.45º 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 #FD2B16 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.01 |
| HSL | 5.45º | 0.98% | 0.54% | - |
| HSV(B) | 5.45º | 0.91% | 0.99% | - |
| XYZ | 41.52 | 22.67 | 2.95 | - |
| YUV | 103.4 | 82.07 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 22 | 0 | 0.83 | 0.91 | 0.01 | 5.45 | 0.98 | 0.54 |
| Hex | FD | 2B | 16 | 0 | 53 | 5B | 1 | 5 | 62 | 36 |
| Octal | 375 | 53 | 26 | 0 | 123 | 133 | 1 | 5 | 142 | 66 |
| Binary | 11111101 | 101011 | 10110 | 0 | 1010011 | 1011011 | 1 | 101 | 1100010 | 110110 |
Color Harmonies of #FD2B16
Complementary color
Monochromatic Colors of #FD2B16
Black with #FD2B16
Text Example
Text Example
White with #FD2B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B16; }
p { color: rgb(253,43,22); }
H1.HeaderClassName
{
color: #FD2B16;
}
.AnyTagClassName
{
color: #FD2B16;
}
</style>
background-color css
<style>
a { background-color: #FD2B16; }
a { background-color: rgb(253,43,22); }
div.DivClassName
{
background-color: #FD2B16;
}
.BgClassName
{
background-color: #FD2B16;
}
</style>
border-color css
<style>
span { border-color: #FD2B16; }
span { border-color: rgb(253,43,22); }
td.TdClassName
{
border-color: #FD2B16;
}
.TagClassName
{
border-color: #FD2B16;
}
</style>