Shades of Scarlet #F2330D
Tints of Scarlet #F2330D
RGB
CMYK
RGB Variations
Color information
#F2330D (or 0xF2330D) is known color: Scarlet. HEX triplet: F2, 33 and 0D. RGB value is (242,51,13). Sum of RGB (Red+Green+Blue) = 242+51+13=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F2330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2330D is #0DCCF2. Grayscale: #686868. Windows color (decimal): -904435 or 865266. OLE color: 865266.
HSL color Cylindrical-coordinate representation of color #F2330D: hue angle of 9.96º 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 #F2330D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.05 |
| HSL | 9.96º | 0.9% | 0.5% | - |
| HSV(B) | 9.96º | 0.95% | 0.95% | - |
| XYZ | 37.87 | 21.27 | 2.49 | - |
| YUV | 103.78 | 76.78 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 13 | 0 | 0.79 | 0.95 | 0.05 | 9.96 | 0.9 | 0.5 |
| Hex | F2 | 33 | D | 0 | 4F | 5F | 5 | A | 5A | 32 |
| Octal | 362 | 63 | 15 | 0 | 117 | 137 | 5 | 12 | 132 | 62 |
| Binary | 11110010 | 110011 | 1101 | 0 | 1001111 | 1011111 | 101 | 1010 | 1011010 | 110010 |
Color Harmonies of #F2330D
Complementary color
Monochromatic Colors of #F2330D
Black with #F2330D
Text Example
Text Example
White with #F2330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2330D; }
p { color: rgb(242,51,13); }
H1.HeaderClassName
{
color: #F2330D;
}
.AnyTagClassName
{
color: #F2330D;
}
</style>
background-color css
<style>
a { background-color: #F2330D; }
a { background-color: rgb(242,51,13); }
div.DivClassName
{
background-color: #F2330D;
}
.BgClassName
{
background-color: #F2330D;
}
</style>
border-color css
<style>
span { border-color: #F2330D; }
span { border-color: rgb(242,51,13); }
td.TdClassName
{
border-color: #F2330D;
}
.TagClassName
{
border-color: #F2330D;
}
</style>