Shades of Scarlet #F0330D
Tints of Scarlet #F0330D
RGB
CMYK
RGB Variations
Color information
#F0330D (or 0xF0330D) is known color: Scarlet. HEX triplet: F0, 33 and 0D. RGB value is (240,51,13). Sum of RGB (Red+Green+Blue) = 240+51+13=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0330D is #0FCCF2. Grayscale: #676767. Windows color (decimal): -1035507 or 865264. OLE color: 865264.
HSL color Cylindrical-coordinate representation of color #F0330D: hue angle of 10.04º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0330D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.06 |
| HSL | 10.04º | 0.9% | 0.5% | - |
| HSV(B) | 10.04º | 0.95% | 0.94% | - |
| XYZ | 37.19 | 20.92 | 2.46 | - |
| YUV | 103.18 | 77.12 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 13 | 0 | 0.79 | 0.95 | 0.06 | 10.04 | 0.9 | 0.5 |
| Hex | F0 | 33 | D | 0 | 4F | 5F | 6 | A | 5A | 32 |
| Octal | 360 | 63 | 15 | 0 | 117 | 137 | 6 | 12 | 132 | 62 |
| Binary | 11110000 | 110011 | 1101 | 0 | 1001111 | 1011111 | 110 | 1010 | 1011010 | 110010 |
Color Harmonies of #F0330D
Complementary color
Monochromatic Colors of #F0330D
Black with #F0330D
Text Example
Text Example
White with #F0330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0330D; }
p { color: rgb(240,51,13); }
H1.HeaderClassName
{
color: #F0330D;
}
.AnyTagClassName
{
color: #F0330D;
}
</style>
background-color css
<style>
a { background-color: #F0330D; }
a { background-color: rgb(240,51,13); }
div.DivClassName
{
background-color: #F0330D;
}
.BgClassName
{
background-color: #F0330D;
}
</style>
border-color css
<style>
span { border-color: #F0330D; }
span { border-color: rgb(240,51,13); }
td.TdClassName
{
border-color: #F0330D;
}
.TagClassName
{
border-color: #F0330D;
}
</style>