Shades of Scarlet #FD260B
Tints of Scarlet #FD260B
RGB
CMYK
RGB Variations
Color information
#FD260B (or 0xFD260B) is known color: Scarlet. HEX triplet: FD, 26 and 0B. RGB value is (253,38,11). Sum of RGB (Red+Green+Blue) = 253+38+11=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD260B is #02D9F4. Grayscale: #636363. Windows color (decimal): -186869 or 730877. OLE color: 730877.
HSL color Cylindrical-coordinate representation of color #FD260B: hue angle of 6.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD260B is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 11 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.01 |
| HSL | 6.69º | 0.98% | 0.52% | - |
| HSV(B) | 6.69º | 0.96% | 0.99% | - |
| XYZ | 41.26 | 22.29 | 2.44 | - |
| YUV | 99.21 | 78.23 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 11 | 0 | 0.85 | 0.96 | 0.01 | 6.69 | 0.98 | 0.52 |
| Hex | FD | 26 | B | 0 | 55 | 60 | 1 | 7 | 62 | 34 |
| Octal | 375 | 46 | 13 | 0 | 125 | 140 | 1 | 7 | 142 | 64 |
| Binary | 11111101 | 100110 | 1011 | 0 | 1010101 | 1100000 | 1 | 111 | 1100010 | 110100 |
Color Harmonies of #FD260B
Complementary color
Monochromatic Colors of #FD260B
Black with #FD260B
Text Example
Text Example
White with #FD260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD260B; }
p { color: rgb(253,38,11); }
H1.HeaderClassName
{
color: #FD260B;
}
.AnyTagClassName
{
color: #FD260B;
}
</style>
background-color css
<style>
a { background-color: #FD260B; }
a { background-color: rgb(253,38,11); }
div.DivClassName
{
background-color: #FD260B;
}
.BgClassName
{
background-color: #FD260B;
}
</style>
border-color css
<style>
span { border-color: #FD260B; }
span { border-color: rgb(253,38,11); }
td.TdClassName
{
border-color: #FD260B;
}
.TagClassName
{
border-color: #FD260B;
}
</style>