Shades of Scarlet #FB2809
Tints of Scarlet #FB2809
RGB
CMYK
RGB Variations
Color information
#FB2809 (or 0xFB2809) is known color: Scarlet. HEX triplet: FB, 28 and 09. RGB value is (251,40,9). Sum of RGB (Red+Green+Blue) = 251+40+9=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2809 is #04D7F6. Grayscale: #636363. Windows color (decimal): -317431 or 600315. OLE color: 600315.
HSL color Cylindrical-coordinate representation of color #FB2809: hue angle of 7.69º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB2809 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 40 | 9 | - |
CMYK | 0 | 0.84 | 0.96 | 0.02 |
HSL | 7.69º | 0.97% | 0.51% | - |
HSV(B) | 7.69º | 0.96% | 0.98% | - |
XYZ | 40.59 | 22.05 | 2.37 | - |
YUV | 99.56 | 76.9 | 236.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 40 | 9 | 0 | 0.84 | 0.96 | 0.02 | 7.69 | 0.97 | 0.51 |
Hex | FB | 28 | 9 | 0 | 54 | 60 | 2 | 8 | 61 | 33 |
Octal | 373 | 50 | 11 | 0 | 124 | 140 | 2 | 10 | 141 | 63 |
Binary | 11111011 | 101000 | 1001 | 0 | 1010100 | 1100000 | 10 | 1000 | 1100001 | 110011 |
Color Harmonies of #FB2809
Complementary color
Monochromatic Colors of #FB2809
Black with #FB2809
Text Example
Text Example
White with #FB2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2809; }
p { color: rgb(251,40,9); }
H1.HeaderClassName
{
color: #FB2809;
}
.AnyTagClassName
{
color: #FB2809;
}
</style>
background-color css
<style>
a { background-color: #FB2809; }
a { background-color: rgb(251,40,9); }
div.DivClassName
{
background-color: #FB2809;
}
.BgClassName
{
background-color: #FB2809;
}
</style>
border-color css
<style>
span { border-color: #FB2809; }
span { border-color: rgb(251,40,9); }
td.TdClassName
{
border-color: #FB2809;
}
.TagClassName
{
border-color: #FB2809;
}
</style>