Shades of Scarlet #FB3218
Tints of Scarlet #FB3218
RGB
CMYK
RGB Variations
Color information
#FB3218 (or 0xFB3218) is known color: Scarlet. HEX triplet: FB, 32 and 18. RGB value is (251,50,24). Sum of RGB (Red+Green+Blue) = 251+50+24=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3218 is #04CDE7. Grayscale: #6B6B6B. Windows color (decimal): -314856 or 1585915. OLE color: 1585915.
HSL color Cylindrical-coordinate representation of color #FB3218: hue angle of 6.87º 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 #FB3218 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 24 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.02 |
| HSL | 6.87º | 0.97% | 0.54% | - |
| HSV(B) | 6.87º | 0.9% | 0.98% | - |
| XYZ | 41.09 | 22.86 | 3.11 | - |
| YUV | 107.14 | 81.09 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 24 | 0 | 0.80 | 0.90 | 0.02 | 6.87 | 0.97 | 0.54 |
| Hex | FB | 32 | 18 | 0 | 50 | 5A | 2 | 7 | 61 | 36 |
| Octal | 373 | 62 | 30 | 0 | 120 | 132 | 2 | 7 | 141 | 66 |
| Binary | 11111011 | 110010 | 11000 | 0 | 1010000 | 1011010 | 10 | 111 | 1100001 | 110110 |
Color Harmonies of #FB3218
Complementary color
Monochromatic Colors of #FB3218
Black with #FB3218
Text Example
Text Example
White with #FB3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3218; }
p { color: rgb(251,50,24); }
H1.HeaderClassName
{
color: #FB3218;
}
.AnyTagClassName
{
color: #FB3218;
}
</style>
background-color css
<style>
a { background-color: #FB3218; }
a { background-color: rgb(251,50,24); }
div.DivClassName
{
background-color: #FB3218;
}
.BgClassName
{
background-color: #FB3218;
}
</style>
border-color css
<style>
span { border-color: #FB3218; }
span { border-color: rgb(251,50,24); }
td.TdClassName
{
border-color: #FB3218;
}
.TagClassName
{
border-color: #FB3218;
}
</style>