Shades of Scarlet #F9261D
Tints of Scarlet #F9261D
RGB
CMYK
RGB Variations
Color information
#F9261D (or 0xF9261D) is known color: Scarlet. HEX triplet: F9, 26 and 1D. RGB value is (249,38,29). Sum of RGB (Red+Green+Blue) = 249+38+29=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F9261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9261D is #06D9E2. Grayscale: #646464. Windows color (decimal): -448995 or 1910521. OLE color: 1910521.
HSL color Cylindrical-coordinate representation of color #F9261D: hue angle of 2.45º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9261D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.02 |
| HSL | 2.45º | 0.95% | 0.55% | - |
| HSV(B) | 2.45º | 0.88% | 0.98% | - |
| XYZ | 39.98 | 21.61 | 3.23 | - |
| YUV | 100.06 | 87.9 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 29 | 0 | 0.85 | 0.88 | 0.02 | 2.45 | 0.95 | 0.55 |
| Hex | F9 | 26 | 1D | 0 | 55 | 58 | 2 | 2 | 5F | 37 |
| Octal | 371 | 46 | 35 | 0 | 125 | 130 | 2 | 2 | 137 | 67 |
| Binary | 11111001 | 100110 | 11101 | 0 | 1010101 | 1011000 | 10 | 10 | 1011111 | 110111 |
Color Harmonies of #F9261D
Complementary color
Monochromatic Colors of #F9261D
Black with #F9261D
Text Example
Text Example
White with #F9261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9261D; }
p { color: rgb(249,38,29); }
H1.HeaderClassName
{
color: #F9261D;
}
.AnyTagClassName
{
color: #F9261D;
}
</style>
background-color css
<style>
a { background-color: #F9261D; }
a { background-color: rgb(249,38,29); }
div.DivClassName
{
background-color: #F9261D;
}
.BgClassName
{
background-color: #F9261D;
}
</style>
border-color css
<style>
span { border-color: #F9261D; }
span { border-color: rgb(249,38,29); }
td.TdClassName
{
border-color: #F9261D;
}
.TagClassName
{
border-color: #F9261D;
}
</style>