Shades of Scarlet #FB251D
Tints of Scarlet #FB251D
RGB
CMYK
RGB Variations
Color information
#FB251D (or 0xFB251D) is known color: Scarlet. HEX triplet: FB, 25 and 1D. RGB value is (251,37,29). Sum of RGB (Red+Green+Blue) = 251+37+29=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB251D is #04DAE2. Grayscale: #646464. Windows color (decimal): -318179 or 1910267. OLE color: 1910267.
HSL color Cylindrical-coordinate representation of color #FB251D: hue angle of 2.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB251D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.02 |
| HSL | 2.16º | 0.97% | 0.55% | - |
| HSV(B) | 2.16º | 0.88% | 0.98% | - |
| XYZ | 40.67 | 21.92 | 3.25 | - |
| YUV | 100.07 | 87.9 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 29 | 0 | 0.85 | 0.88 | 0.02 | 2.16 | 0.97 | 0.55 |
| Hex | FB | 25 | 1D | 0 | 55 | 58 | 2 | 2 | 61 | 37 |
| Octal | 373 | 45 | 35 | 0 | 125 | 130 | 2 | 2 | 141 | 67 |
| Binary | 11111011 | 100101 | 11101 | 0 | 1010101 | 1011000 | 10 | 10 | 1100001 | 110111 |
Color Harmonies of #FB251D
Complementary color
Monochromatic Colors of #FB251D
Black with #FB251D
Text Example
Text Example
White with #FB251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB251D; }
p { color: rgb(251,37,29); }
H1.HeaderClassName
{
color: #FB251D;
}
.AnyTagClassName
{
color: #FB251D;
}
</style>
background-color css
<style>
a { background-color: #FB251D; }
a { background-color: rgb(251,37,29); }
div.DivClassName
{
background-color: #FB251D;
}
.BgClassName
{
background-color: #FB251D;
}
</style>
border-color css
<style>
span { border-color: #FB251D; }
span { border-color: rgb(251,37,29); }
td.TdClassName
{
border-color: #FB251D;
}
.TagClassName
{
border-color: #FB251D;
}
</style>