Shades of Scarlet #F2250D
Tints of Scarlet #F2250D
RGB
CMYK
RGB Variations
Color information
#F2250D (or 0xF2250D) is known color: Scarlet. HEX triplet: F2, 25 and 0D. RGB value is (242,37,13). Sum of RGB (Red+Green+Blue) = 242+37+13=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F2250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2250D is #0DDAF2. Grayscale: #5F5F5F. Windows color (decimal): -908019 or 861682. OLE color: 861682.
HSL color Cylindrical-coordinate representation of color #F2250D: hue angle of 6.29º 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 #F2250D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.05 |
| HSL | 6.29º | 0.9% | 0.5% | - |
| HSV(B) | 6.29º | 0.95% | 0.95% | - |
| XYZ | 37.35 | 20.23 | 2.32 | - |
| YUV | 95.56 | 81.42 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 13 | 0 | 0.85 | 0.95 | 0.05 | 6.29 | 0.9 | 0.5 |
| Hex | F2 | 25 | D | 0 | 55 | 5F | 5 | 6 | 5A | 32 |
| Octal | 362 | 45 | 15 | 0 | 125 | 137 | 5 | 6 | 132 | 62 |
| Binary | 11110010 | 100101 | 1101 | 0 | 1010101 | 1011111 | 101 | 110 | 1011010 | 110010 |
Color Harmonies of #F2250D
Complementary color
Monochromatic Colors of #F2250D
Black with #F2250D
Text Example
Text Example
White with #F2250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2250D; }
p { color: rgb(242,37,13); }
H1.HeaderClassName
{
color: #F2250D;
}
.AnyTagClassName
{
color: #F2250D;
}
</style>
background-color css
<style>
a { background-color: #F2250D; }
a { background-color: rgb(242,37,13); }
div.DivClassName
{
background-color: #F2250D;
}
.BgClassName
{
background-color: #F2250D;
}
</style>
border-color css
<style>
span { border-color: #F2250D; }
span { border-color: rgb(242,37,13); }
td.TdClassName
{
border-color: #F2250D;
}
.TagClassName
{
border-color: #F2250D;
}
</style>