Shades of Scarlet #FD250B
Tints of Scarlet #FD250B
RGB
CMYK
RGB Variations
Color information
#FD250B (or 0xFD250B) is known color: Scarlet. HEX triplet: FD, 25 and 0B. RGB value is (253,37,11). Sum of RGB (Red+Green+Blue) = 253+37+11=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD250B is #02DAF4. Grayscale: #626262. Windows color (decimal): -187125 or 730621. OLE color: 730621.
HSL color Cylindrical-coordinate representation of color #FD250B: hue angle of 6.45º 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 #FD250B is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 11 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.01 |
| HSL | 6.45º | 0.98% | 0.52% | - |
| HSV(B) | 6.45º | 0.96% | 0.99% | - |
| XYZ | 41.23 | 22.23 | 2.43 | - |
| YUV | 98.62 | 78.56 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 11 | 0 | 0.85 | 0.96 | 0.01 | 6.45 | 0.98 | 0.52 |
| Hex | FD | 25 | B | 0 | 55 | 60 | 1 | 6 | 62 | 34 |
| Octal | 375 | 45 | 13 | 0 | 125 | 140 | 1 | 6 | 142 | 64 |
| Binary | 11111101 | 100101 | 1011 | 0 | 1010101 | 1100000 | 1 | 110 | 1100010 | 110100 |
Color Harmonies of #FD250B
Complementary color
Monochromatic Colors of #FD250B
Black with #FD250B
Text Example
Text Example
White with #FD250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD250B; }
p { color: rgb(253,37,11); }
H1.HeaderClassName
{
color: #FD250B;
}
.AnyTagClassName
{
color: #FD250B;
}
</style>
background-color css
<style>
a { background-color: #FD250B; }
a { background-color: rgb(253,37,11); }
div.DivClassName
{
background-color: #FD250B;
}
.BgClassName
{
background-color: #FD250B;
}
</style>
border-color css
<style>
span { border-color: #FD250B; }
span { border-color: rgb(253,37,11); }
td.TdClassName
{
border-color: #FD250B;
}
.TagClassName
{
border-color: #FD250B;
}
</style>