Shades of Scarlet #F4300D
Tints of Scarlet #F4300D
RGB
CMYK
RGB Variations
Color information
#F4300D (or 0xF4300D) is known color: Scarlet. HEX triplet: F4, 30 and 0D. RGB value is (244,48,13). Sum of RGB (Red+Green+Blue) = 244+48+13=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F4300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4300D is #0BCFF2. Grayscale: #666666. Windows color (decimal): -774131 or 864500. OLE color: 864500.
HSL color Cylindrical-coordinate representation of color #F4300D: hue angle of 9.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4300D is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 13 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.04 |
| HSL | 9.09º | 0.91% | 0.5% | - |
| HSV(B) | 9.09º | 0.95% | 0.96% | - |
| XYZ | 38.44 | 21.38 | 2.48 | - |
| YUV | 102.61 | 77.43 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 13 | 0 | 0.80 | 0.95 | 0.04 | 9.09 | 0.91 | 0.5 |
| Hex | F4 | 30 | D | 0 | 50 | 5F | 4 | 9 | 5B | 32 |
| Octal | 364 | 60 | 15 | 0 | 120 | 137 | 4 | 11 | 133 | 62 |
| Binary | 11110100 | 110000 | 1101 | 0 | 1010000 | 1011111 | 100 | 1001 | 1011011 | 110010 |
Color Harmonies of #F4300D
Complementary color
Monochromatic Colors of #F4300D
Black with #F4300D
Text Example
Text Example
White with #F4300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4300D; }
p { color: rgb(244,48,13); }
H1.HeaderClassName
{
color: #F4300D;
}
.AnyTagClassName
{
color: #F4300D;
}
</style>
background-color css
<style>
a { background-color: #F4300D; }
a { background-color: rgb(244,48,13); }
div.DivClassName
{
background-color: #F4300D;
}
.BgClassName
{
background-color: #F4300D;
}
</style>
border-color css
<style>
span { border-color: #F4300D; }
span { border-color: rgb(244,48,13); }
td.TdClassName
{
border-color: #F4300D;
}
.TagClassName
{
border-color: #F4300D;
}
</style>