Shades of Scarlet #F2350B
Tints of Scarlet #F2350B
RGB
CMYK
RGB Variations
Color information
#F2350B (or 0xF2350B) is known color: Scarlet. HEX triplet: F2, 35 and 0B. RGB value is (242,53,11). Sum of RGB (Red+Green+Blue) = 242+53+11=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F2350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2350B is #0DCAF4. Grayscale: #696969. Windows color (decimal): -903925 or 734706. OLE color: 734706.
HSL color Cylindrical-coordinate representation of color #F2350B: hue angle of 10.91º 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 #F2350B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.05 |
| HSL | 10.91º | 0.91% | 0.5% | - |
| HSV(B) | 10.91º | 0.95% | 0.95% | - |
| XYZ | 37.95 | 21.45 | 2.46 | - |
| YUV | 104.72 | 75.12 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 11 | 0 | 0.78 | 0.95 | 0.05 | 10.91 | 0.91 | 0.5 |
| Hex | F2 | 35 | B | 0 | 4E | 5F | 5 | B | 5B | 32 |
| Octal | 362 | 65 | 13 | 0 | 116 | 137 | 5 | 13 | 133 | 62 |
| Binary | 11110010 | 110101 | 1011 | 0 | 1001110 | 1011111 | 101 | 1011 | 1011011 | 110010 |
Color Harmonies of #F2350B
Complementary color
Monochromatic Colors of #F2350B
Black with #F2350B
Text Example
Text Example
White with #F2350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2350B; }
p { color: rgb(242,53,11); }
H1.HeaderClassName
{
color: #F2350B;
}
.AnyTagClassName
{
color: #F2350B;
}
</style>
background-color css
<style>
a { background-color: #F2350B; }
a { background-color: rgb(242,53,11); }
div.DivClassName
{
background-color: #F2350B;
}
.BgClassName
{
background-color: #F2350B;
}
</style>
border-color css
<style>
span { border-color: #F2350B; }
span { border-color: rgb(242,53,11); }
td.TdClassName
{
border-color: #F2350B;
}
.TagClassName
{
border-color: #F2350B;
}
</style>