Shades of Scarlet #FB2A1B
Tints of Scarlet #FB2A1B
RGB
CMYK
RGB Variations
Color information
#FB2A1B (or 0xFB2A1B) is known color: Scarlet. HEX triplet: FB, 2A and 1B. RGB value is (251,42,27). Sum of RGB (Red+Green+Blue) = 251+42+27=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A1B is #04D5E4. Grayscale: #676767. Windows color (decimal): -316901 or 1780475. OLE color: 1780475.
HSL color Cylindrical-coordinate representation of color #FB2A1B: hue angle of 4.02º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB2A1B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.02 |
| HSL | 4.02º | 0.97% | 0.55% | - |
| HSV(B) | 4.02º | 0.89% | 0.98% | - |
| XYZ | 40.81 | 22.24 | 3.18 | - |
| YUV | 102.78 | 85.24 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 27 | 0 | 0.83 | 0.89 | 0.02 | 4.02 | 0.97 | 0.55 |
| Hex | FB | 2A | 1B | 0 | 53 | 59 | 2 | 4 | 61 | 37 |
| Octal | 373 | 52 | 33 | 0 | 123 | 131 | 2 | 4 | 141 | 67 |
| Binary | 11111011 | 101010 | 11011 | 0 | 1010011 | 1011001 | 10 | 100 | 1100001 | 110111 |
Color Harmonies of #FB2A1B
Complementary color
Monochromatic Colors of #FB2A1B
Black with #FB2A1B
Text Example
Text Example
White with #FB2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A1B; }
p { color: rgb(251,42,27); }
H1.HeaderClassName
{
color: #FB2A1B;
}
.AnyTagClassName
{
color: #FB2A1B;
}
</style>
background-color css
<style>
a { background-color: #FB2A1B; }
a { background-color: rgb(251,42,27); }
div.DivClassName
{
background-color: #FB2A1B;
}
.BgClassName
{
background-color: #FB2A1B;
}
</style>
border-color css
<style>
span { border-color: #FB2A1B; }
span { border-color: rgb(251,42,27); }
td.TdClassName
{
border-color: #FB2A1B;
}
.TagClassName
{
border-color: #FB2A1B;
}
</style>