Shades of Scarlet #F3300B
Tints of Scarlet #F3300B
RGB
CMYK
RGB Variations
Color information
#F3300B (or 0xF3300B) is known color: Scarlet. HEX triplet: F3, 30 and 0B. RGB value is (243,48,11). Sum of RGB (Red+Green+Blue) = 243+48+11=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F3300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3300B is #0CCFF4. Grayscale: #666666. Windows color (decimal): -839669 or 733427. OLE color: 733427.
HSL color Cylindrical-coordinate representation of color #F3300B: hue angle of 9.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3300B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.05 |
| HSL | 9.57º | 0.91% | 0.5% | - |
| HSV(B) | 9.57º | 0.95% | 0.95% | - |
| XYZ | 38.08 | 21.19 | 2.4 | - |
| YUV | 102.09 | 76.6 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 11 | 0 | 0.80 | 0.95 | 0.05 | 9.57 | 0.91 | 0.5 |
| Hex | F3 | 30 | B | 0 | 50 | 5F | 5 | A | 5B | 32 |
| Octal | 363 | 60 | 13 | 0 | 120 | 137 | 5 | 12 | 133 | 62 |
| Binary | 11110011 | 110000 | 1011 | 0 | 1010000 | 1011111 | 101 | 1010 | 1011011 | 110010 |
Color Harmonies of #F3300B
Complementary color
Monochromatic Colors of #F3300B
Black with #F3300B
Text Example
Text Example
White with #F3300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3300B; }
p { color: rgb(243,48,11); }
H1.HeaderClassName
{
color: #F3300B;
}
.AnyTagClassName
{
color: #F3300B;
}
</style>
background-color css
<style>
a { background-color: #F3300B; }
a { background-color: rgb(243,48,11); }
div.DivClassName
{
background-color: #F3300B;
}
.BgClassName
{
background-color: #F3300B;
}
</style>
border-color css
<style>
span { border-color: #F3300B; }
span { border-color: rgb(243,48,11); }
td.TdClassName
{
border-color: #F3300B;
}
.TagClassName
{
border-color: #F3300B;
}
</style>