Shades of Scarlet #F2300A
Tints of Scarlet #F2300A
RGB
CMYK
RGB Variations
Color information
#F2300A (or 0xF2300A) is known color: Scarlet. HEX triplet: F2, 30 and 0A. RGB value is (242,48,10). Sum of RGB (Red+Green+Blue) = 242+48+10=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F2300A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2300A is #0DCFF5. Grayscale: #666666. Windows color (decimal): -905206 or 667890. OLE color: 667890.
HSL color Cylindrical-coordinate representation of color #F2300A: hue angle of 9.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2300A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 10 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.05 |
| HSL | 9.83º | 0.92% | 0.49% | - |
| HSV(B) | 9.83º | 0.96% | 0.95% | - |
| XYZ | 37.73 | 21.01 | 2.35 | - |
| YUV | 101.67 | 76.27 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 10 | 0 | 0.80 | 0.96 | 0.05 | 9.83 | 0.92 | 0.49 |
| Hex | F2 | 30 | A | 0 | 50 | 60 | 5 | A | 5C | 31 |
| Octal | 362 | 60 | 12 | 0 | 120 | 140 | 5 | 12 | 134 | 61 |
| Binary | 11110010 | 110000 | 1010 | 0 | 1010000 | 1100000 | 101 | 1010 | 1011100 | 110001 |
Color Harmonies of #F2300A
Complementary color
Monochromatic Colors of #F2300A
Black with #F2300A
Text Example
Text Example
White with #F2300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2300A; }
p { color: rgb(242,48,10); }
H1.HeaderClassName
{
color: #F2300A;
}
.AnyTagClassName
{
color: #F2300A;
}
</style>
background-color css
<style>
a { background-color: #F2300A; }
a { background-color: rgb(242,48,10); }
div.DivClassName
{
background-color: #F2300A;
}
.BgClassName
{
background-color: #F2300A;
}
</style>
border-color css
<style>
span { border-color: #F2300A; }
span { border-color: rgb(242,48,10); }
td.TdClassName
{
border-color: #F2300A;
}
.TagClassName
{
border-color: #F2300A;
}
</style>