Shades of Scarlet #F2350D
Tints of Scarlet #F2350D
RGB
CMYK
RGB Variations
Color information
#F2350D (or 0xF2350D) is known color: Scarlet. HEX triplet: F2, 35 and 0D. RGB value is (242,53,13). Sum of RGB (Red+Green+Blue) = 242+53+13=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F2350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2350D is #0DCAF2. Grayscale: #696969. Windows color (decimal): -903923 or 865778. OLE color: 865778.
HSL color Cylindrical-coordinate representation of color #F2350D: hue angle of 10.48º degrees, saturation: 0.9, 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 #F2350D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.05 |
| HSL | 10.48º | 0.9% | 0.5% | - |
| HSV(B) | 10.48º | 0.95% | 0.95% | - |
| XYZ | 37.96 | 21.45 | 2.52 | - |
| YUV | 104.95 | 76.12 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 13 | 0 | 0.78 | 0.95 | 0.05 | 10.48 | 0.9 | 0.5 |
| Hex | F2 | 35 | D | 0 | 4E | 5F | 5 | A | 5A | 32 |
| Octal | 362 | 65 | 15 | 0 | 116 | 137 | 5 | 12 | 132 | 62 |
| Binary | 11110010 | 110101 | 1101 | 0 | 1001110 | 1011111 | 101 | 1010 | 1011010 | 110010 |
Color Harmonies of #F2350D
Complementary color
Monochromatic Colors of #F2350D
Black with #F2350D
Text Example
Text Example
White with #F2350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2350D; }
p { color: rgb(242,53,13); }
H1.HeaderClassName
{
color: #F2350D;
}
.AnyTagClassName
{
color: #F2350D;
}
</style>
background-color css
<style>
a { background-color: #F2350D; }
a { background-color: rgb(242,53,13); }
div.DivClassName
{
background-color: #F2350D;
}
.BgClassName
{
background-color: #F2350D;
}
</style>
border-color css
<style>
span { border-color: #F2350D; }
span { border-color: rgb(242,53,13); }
td.TdClassName
{
border-color: #F2350D;
}
.TagClassName
{
border-color: #F2350D;
}
</style>