Shades of Scarlet #FB2E18
Tints of Scarlet #FB2E18
RGB
CMYK
RGB Variations
Color information
#FB2E18 (or 0xFB2E18) is known color: Scarlet. HEX triplet: FB, 2E and 18. RGB value is (251,46,24). Sum of RGB (Red+Green+Blue) = 251+46+24=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2E18 is #04D1E7. Grayscale: #696969. Windows color (decimal): -315880 or 1584891. OLE color: 1584891.
HSL color Cylindrical-coordinate representation of color #FB2E18: hue angle of 5.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB2E18 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 24 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.02 |
| HSL | 5.81º | 0.97% | 0.54% | - |
| HSV(B) | 5.81º | 0.9% | 0.98% | - |
| XYZ | 40.93 | 22.53 | 3.06 | - |
| YUV | 104.79 | 82.42 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 24 | 0 | 0.82 | 0.90 | 0.02 | 5.81 | 0.97 | 0.54 |
| Hex | FB | 2E | 18 | 0 | 52 | 5A | 2 | 6 | 61 | 36 |
| Octal | 373 | 56 | 30 | 0 | 122 | 132 | 2 | 6 | 141 | 66 |
| Binary | 11111011 | 101110 | 11000 | 0 | 1010010 | 1011010 | 10 | 110 | 1100001 | 110110 |
Color Harmonies of #FB2E18
Complementary color
Monochromatic Colors of #FB2E18
Black with #FB2E18
Text Example
Text Example
White with #FB2E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2E18; }
p { color: rgb(251,46,24); }
H1.HeaderClassName
{
color: #FB2E18;
}
.AnyTagClassName
{
color: #FB2E18;
}
</style>
background-color css
<style>
a { background-color: #FB2E18; }
a { background-color: rgb(251,46,24); }
div.DivClassName
{
background-color: #FB2E18;
}
.BgClassName
{
background-color: #FB2E18;
}
</style>
border-color css
<style>
span { border-color: #FB2E18; }
span { border-color: rgb(251,46,24); }
td.TdClassName
{
border-color: #FB2E18;
}
.TagClassName
{
border-color: #FB2E18;
}
</style>