Shades of Scarlet #FB220C
Tints of Scarlet #FB220C
RGB
CMYK
RGB Variations
Color information
#FB220C (or 0xFB220C) is known color: Scarlet. HEX triplet: FB, 22 and 0C. RGB value is (251,34,12). Sum of RGB (Red+Green+Blue) = 251+34+12=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB220C is #04DDF3. Grayscale: #606060. Windows color (decimal): -318964 or 795387. OLE color: 795387.
HSL color Cylindrical-coordinate representation of color #FB220C: hue angle of 5.52º 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 #FB220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.02 |
| HSL | 5.52º | 0.97% | 0.52% | - |
| HSV(B) | 5.52º | 0.95% | 0.98% | - |
| XYZ | 40.42 | 21.68 | 2.4 | - |
| YUV | 96.38 | 80.39 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 12 | 0 | 0.86 | 0.95 | 0.02 | 5.52 | 0.97 | 0.52 |
| Hex | FB | 22 | C | 0 | 56 | 5F | 2 | 6 | 61 | 34 |
| Octal | 373 | 42 | 14 | 0 | 126 | 137 | 2 | 6 | 141 | 64 |
| Binary | 11111011 | 100010 | 1100 | 0 | 1010110 | 1011111 | 10 | 110 | 1100001 | 110100 |
Color Harmonies of #FB220C
Complementary color
Monochromatic Colors of #FB220C
Black with #FB220C
Text Example
Text Example
White with #FB220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB220C; }
p { color: rgb(251,34,12); }
H1.HeaderClassName
{
color: #FB220C;
}
.AnyTagClassName
{
color: #FB220C;
}
</style>
background-color css
<style>
a { background-color: #FB220C; }
a { background-color: rgb(251,34,12); }
div.DivClassName
{
background-color: #FB220C;
}
.BgClassName
{
background-color: #FB220C;
}
</style>
border-color css
<style>
span { border-color: #FB220C; }
span { border-color: rgb(251,34,12); }
td.TdClassName
{
border-color: #FB220C;
}
.TagClassName
{
border-color: #FB220C;
}
</style>