Shades of Scarlet #FB2302
Tints of Scarlet #FB2302
RGB
CMYK
RGB Variations
Color information
#FB2302 (or 0xFB2302) is known color: Scarlet. HEX triplet: FB, 23 and 02. RGB value is (251,35,2). Sum of RGB (Red+Green+Blue) = 251+35+2=288 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.15% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2302 is #04DCFD. Grayscale: #606060. Windows color (decimal): -318718 or 140283. OLE color: 140283.
HSL color Cylindrical-coordinate representation of color #FB2302: hue angle of 7.95º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB2302 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.02 |
| HSL | 7.95º | 0.98% | 0.5% | - |
| HSV(B) | 7.95º | 0.99% | 0.98% | - |
| XYZ | 40.4 | 21.72 | 2.12 | - |
| YUV | 95.82 | 75.06 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 2 | 0 | 0.86 | 0.99 | 0.02 | 7.95 | 0.98 | 0.5 |
| Hex | FB | 23 | 2 | 0 | 56 | 63 | 2 | 8 | 62 | 32 |
| Octal | 373 | 43 | 2 | 0 | 126 | 143 | 2 | 10 | 142 | 62 |
| Binary | 11111011 | 100011 | 10 | 0 | 1010110 | 1100011 | 10 | 1000 | 1100010 | 110010 |
Color Harmonies of #FB2302
Complementary color
Monochromatic Colors of #FB2302
Black with #FB2302
Text Example
Text Example
White with #FB2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2302; }
p { color: rgb(251,35,2); }
H1.HeaderClassName
{
color: #FB2302;
}
.AnyTagClassName
{
color: #FB2302;
}
</style>
background-color css
<style>
a { background-color: #FB2302; }
a { background-color: rgb(251,35,2); }
div.DivClassName
{
background-color: #FB2302;
}
.BgClassName
{
background-color: #FB2302;
}
</style>
border-color css
<style>
span { border-color: #FB2302; }
span { border-color: rgb(251,35,2); }
td.TdClassName
{
border-color: #FB2302;
}
.TagClassName
{
border-color: #FB2302;
}
</style>