Shades of Scarlet #FB241E
Tints of Scarlet #FB241E
RGB
CMYK
RGB Variations
Color information
#FB241E (or 0xFB241E) is known color: Scarlet. HEX triplet: FB, 24 and 1E. RGB value is (251,36,30). Sum of RGB (Red+Green+Blue) = 251+36+30=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB241E is #04DBE1. Grayscale: #636363. Windows color (decimal): -318434 or 1975547. OLE color: 1975547.
HSL color Cylindrical-coordinate representation of color #FB241E: hue angle of 1.63º degrees, saturation: 0.97, 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 #FB241E is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 30 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.02 |
| HSL | 1.63º | 0.97% | 0.55% | - |
| HSV(B) | 1.63º | 0.88% | 0.98% | - |
| XYZ | 40.65 | 21.86 | 3.31 | - |
| YUV | 99.6 | 88.73 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 30 | 0 | 0.86 | 0.88 | 0.02 | 1.63 | 0.97 | 0.55 |
| Hex | FB | 24 | 1E | 0 | 56 | 58 | 2 | 2 | 61 | 37 |
| Octal | 373 | 44 | 36 | 0 | 126 | 130 | 2 | 2 | 141 | 67 |
| Binary | 11111011 | 100100 | 11110 | 0 | 1010110 | 1011000 | 10 | 10 | 1100001 | 110111 |
Color Harmonies of #FB241E
Complementary color
Monochromatic Colors of #FB241E
Black with #FB241E
Text Example
Text Example
White with #FB241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB241E; }
p { color: rgb(251,36,30); }
H1.HeaderClassName
{
color: #FB241E;
}
.AnyTagClassName
{
color: #FB241E;
}
</style>
background-color css
<style>
a { background-color: #FB241E; }
a { background-color: rgb(251,36,30); }
div.DivClassName
{
background-color: #FB241E;
}
.BgClassName
{
background-color: #FB241E;
}
</style>
border-color css
<style>
span { border-color: #FB241E; }
span { border-color: rgb(251,36,30); }
td.TdClassName
{
border-color: #FB241E;
}
.TagClassName
{
border-color: #FB241E;
}
</style>