Shades of Scarlet #FB2F0D
Tints of Scarlet #FB2F0D
RGB
CMYK
RGB Variations
Color information
#FB2F0D (or 0xFB2F0D) is known color: Scarlet. HEX triplet: FB, 2F and 0D. RGB value is (251,47,13). Sum of RGB (Red+Green+Blue) = 251+47+13=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F0D is #04D0F2. Grayscale: #686868. Windows color (decimal): -315635 or 864251. OLE color: 864251.
HSL color Cylindrical-coordinate representation of color #FB2F0D: hue angle of 8.57º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB2F0D is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 13 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.02 |
| HSL | 8.57º | 0.97% | 0.52% | - |
| HSV(B) | 8.57º | 0.95% | 0.98% | - |
| XYZ | 40.87 | 22.57 | 2.58 | - |
| YUV | 104.12 | 76.59 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 13 | 0 | 0.81 | 0.95 | 0.02 | 8.57 | 0.97 | 0.52 |
| Hex | FB | 2F | D | 0 | 51 | 5F | 2 | 9 | 61 | 34 |
| Octal | 373 | 57 | 15 | 0 | 121 | 137 | 2 | 11 | 141 | 64 |
| Binary | 11111011 | 101111 | 1101 | 0 | 1010001 | 1011111 | 10 | 1001 | 1100001 | 110100 |
Color Harmonies of #FB2F0D
Complementary color
Monochromatic Colors of #FB2F0D
Black with #FB2F0D
Text Example
Text Example
White with #FB2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F0D; }
p { color: rgb(251,47,13); }
H1.HeaderClassName
{
color: #FB2F0D;
}
.AnyTagClassName
{
color: #FB2F0D;
}
</style>
background-color css
<style>
a { background-color: #FB2F0D; }
a { background-color: rgb(251,47,13); }
div.DivClassName
{
background-color: #FB2F0D;
}
.BgClassName
{
background-color: #FB2F0D;
}
</style>
border-color css
<style>
span { border-color: #FB2F0D; }
span { border-color: rgb(251,47,13); }
td.TdClassName
{
border-color: #FB2F0D;
}
.TagClassName
{
border-color: #FB2F0D;
}
</style>