Shades of Scarlet #FB250C
Tints of Scarlet #FB250C
RGB
CMYK
RGB Variations
Color information
#FB250C (or 0xFB250C) is known color: Scarlet. HEX triplet: FB, 25 and 0C. RGB value is (251,37,12). Sum of RGB (Red+Green+Blue) = 251+37+12=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB250C is #04DAF3. Grayscale: #626262. Windows color (decimal): -318196 or 796155. OLE color: 796155.
HSL color Cylindrical-coordinate representation of color #FB250C: hue angle of 6.28º 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 #FB250C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.02 |
| HSL | 6.28º | 0.97% | 0.52% | - |
| HSV(B) | 6.28º | 0.95% | 0.98% | - |
| XYZ | 40.51 | 21.86 | 2.43 | - |
| YUV | 98.14 | 79.4 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 12 | 0 | 0.85 | 0.95 | 0.02 | 6.28 | 0.97 | 0.52 |
| Hex | FB | 25 | C | 0 | 55 | 5F | 2 | 6 | 61 | 34 |
| Octal | 373 | 45 | 14 | 0 | 125 | 137 | 2 | 6 | 141 | 64 |
| Binary | 11111011 | 100101 | 1100 | 0 | 1010101 | 1011111 | 10 | 110 | 1100001 | 110100 |
Color Harmonies of #FB250C
Complementary color
Monochromatic Colors of #FB250C
Black with #FB250C
Text Example
Text Example
White with #FB250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB250C; }
p { color: rgb(251,37,12); }
H1.HeaderClassName
{
color: #FB250C;
}
.AnyTagClassName
{
color: #FB250C;
}
</style>
background-color css
<style>
a { background-color: #FB250C; }
a { background-color: rgb(251,37,12); }
div.DivClassName
{
background-color: #FB250C;
}
.BgClassName
{
background-color: #FB250C;
}
</style>
border-color css
<style>
span { border-color: #FB250C; }
span { border-color: rgb(251,37,12); }
td.TdClassName
{
border-color: #FB250C;
}
.TagClassName
{
border-color: #FB250C;
}
</style>