Shades of Scarlet #FB2E0F
Tints of Scarlet #FB2E0F
RGB
CMYK
RGB Variations
Color information
#FB2E0F (or 0xFB2E0F) is known color: Scarlet. HEX triplet: FB, 2E and 0F. RGB value is (251,46,15). Sum of RGB (Red+Green+Blue) = 251+46+15=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2E0F is #04D1F0. Grayscale: #686868. Windows color (decimal): -315889 or 995067. OLE color: 995067.
HSL color Cylindrical-coordinate representation of color #FB2E0F: hue angle of 7.88º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB2E0F is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 15 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.02 |
| HSL | 7.88º | 0.97% | 0.52% | - |
| HSV(B) | 7.88º | 0.94% | 0.98% | - |
| XYZ | 40.85 | 22.5 | 2.64 | - |
| YUV | 103.76 | 77.92 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 15 | 0 | 0.82 | 0.94 | 0.02 | 7.88 | 0.97 | 0.52 |
| Hex | FB | 2E | F | 0 | 52 | 5E | 2 | 8 | 61 | 34 |
| Octal | 373 | 56 | 17 | 0 | 122 | 136 | 2 | 10 | 141 | 64 |
| Binary | 11111011 | 101110 | 1111 | 0 | 1010010 | 1011110 | 10 | 1000 | 1100001 | 110100 |
Color Harmonies of #FB2E0F
Complementary color
Monochromatic Colors of #FB2E0F
Black with #FB2E0F
Text Example
Text Example
White with #FB2E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2E0F; }
p { color: rgb(251,46,15); }
H1.HeaderClassName
{
color: #FB2E0F;
}
.AnyTagClassName
{
color: #FB2E0F;
}
</style>
background-color css
<style>
a { background-color: #FB2E0F; }
a { background-color: rgb(251,46,15); }
div.DivClassName
{
background-color: #FB2E0F;
}
.BgClassName
{
background-color: #FB2E0F;
}
</style>
border-color css
<style>
span { border-color: #FB2E0F; }
span { border-color: rgb(251,46,15); }
td.TdClassName
{
border-color: #FB2E0F;
}
.TagClassName
{
border-color: #FB2E0F;
}
</style>