Shades of Scarlet #FB2618
Tints of Scarlet #FB2618
RGB
CMYK
RGB Variations
Color information
#FB2618 (or 0xFB2618) is known color: Scarlet. HEX triplet: FB, 26 and 18. RGB value is (251,38,24). Sum of RGB (Red+Green+Blue) = 251+38+24=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2618 is #04D9E7. Grayscale: #646464. Windows color (decimal): -317928 or 1582843. OLE color: 1582843.
HSL color Cylindrical-coordinate representation of color #FB2618: hue angle of 3.7º 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 #FB2618 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.02 |
| HSL | 3.7º | 0.97% | 0.54% | - |
| HSV(B) | 3.7º | 0.9% | 0.98% | - |
| XYZ | 40.64 | 21.96 | 2.96 | - |
| YUV | 100.09 | 85.07 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 24 | 0 | 0.85 | 0.90 | 0.02 | 3.7 | 0.97 | 0.54 |
| Hex | FB | 26 | 18 | 0 | 55 | 5A | 2 | 4 | 61 | 36 |
| Octal | 373 | 46 | 30 | 0 | 125 | 132 | 2 | 4 | 141 | 66 |
| Binary | 11111011 | 100110 | 11000 | 0 | 1010101 | 1011010 | 10 | 100 | 1100001 | 110110 |
Color Harmonies of #FB2618
Complementary color
Monochromatic Colors of #FB2618
Black with #FB2618
Text Example
Text Example
White with #FB2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2618; }
p { color: rgb(251,38,24); }
H1.HeaderClassName
{
color: #FB2618;
}
.AnyTagClassName
{
color: #FB2618;
}
</style>
background-color css
<style>
a { background-color: #FB2618; }
a { background-color: rgb(251,38,24); }
div.DivClassName
{
background-color: #FB2618;
}
.BgClassName
{
background-color: #FB2618;
}
</style>
border-color css
<style>
span { border-color: #FB2618; }
span { border-color: rgb(251,38,24); }
td.TdClassName
{
border-color: #FB2618;
}
.TagClassName
{
border-color: #FB2618;
}
</style>