Shades of Scarlet #FB3303
Tints of Scarlet #FB3303
RGB
CMYK
RGB Variations
Color information
#FB3303 (or 0xFB3303) is known color: Scarlet. HEX triplet: FB, 33 and 03. RGB value is (251,51,3). Sum of RGB (Red+Green+Blue) = 251+51+3=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3303 is #04CCFC. Grayscale: #696969. Windows color (decimal): -314621 or 209915. OLE color: 209915.
HSL color Cylindrical-coordinate representation of color #FB3303: hue angle of 11.61º 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 #FB3303 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.02 |
| HSL | 11.61º | 0.98% | 0.5% | - |
| HSV(B) | 11.61º | 0.99% | 0.98% | - |
| XYZ | 40.98 | 22.88 | 2.34 | - |
| YUV | 105.33 | 70.26 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 3 | 0 | 0.80 | 0.99 | 0.02 | 11.61 | 0.98 | 0.5 |
| Hex | FB | 33 | 3 | 0 | 50 | 63 | 2 | C | 62 | 32 |
| Octal | 373 | 63 | 3 | 0 | 120 | 143 | 2 | 14 | 142 | 62 |
| Binary | 11111011 | 110011 | 11 | 0 | 1010000 | 1100011 | 10 | 1100 | 1100010 | 110010 |
Color Harmonies of #FB3303
Complementary color
Monochromatic Colors of #FB3303
Black with #FB3303
Text Example
Text Example
White with #FB3303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3303; }
p { color: rgb(251,51,3); }
H1.HeaderClassName
{
color: #FB3303;
}
.AnyTagClassName
{
color: #FB3303;
}
</style>
background-color css
<style>
a { background-color: #FB3303; }
a { background-color: rgb(251,51,3); }
div.DivClassName
{
background-color: #FB3303;
}
.BgClassName
{
background-color: #FB3303;
}
</style>
border-color css
<style>
span { border-color: #FB3303; }
span { border-color: rgb(251,51,3); }
td.TdClassName
{
border-color: #FB3303;
}
.TagClassName
{
border-color: #FB3303;
}
</style>