Shades of Scarlet #F0230B
Tints of Scarlet #F0230B
RGB
CMYK
RGB Variations
Color information
#F0230B (or 0xF0230B) is known color: Scarlet. HEX triplet: F0, 23 and 0B. RGB value is (240,35,11). Sum of RGB (Red+Green+Blue) = 240+35+11=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0230B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0230B is #0FDCF4. Grayscale: #5D5D5D. Windows color (decimal): -1039605 or 730096. OLE color: 730096.
HSL color Cylindrical-coordinate representation of color #F0230B: hue angle of 6.29º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0230B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.06 |
| HSL | 6.29º | 0.91% | 0.49% | - |
| HSV(B) | 6.29º | 0.95% | 0.94% | - |
| XYZ | 36.6 | 19.75 | 2.2 | - |
| YUV | 93.56 | 81.42 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 11 | 0 | 0.85 | 0.95 | 0.06 | 6.29 | 0.91 | 0.49 |
| Hex | F0 | 23 | B | 0 | 55 | 5F | 6 | 6 | 5B | 31 |
| Octal | 360 | 43 | 13 | 0 | 125 | 137 | 6 | 6 | 133 | 61 |
| Binary | 11110000 | 100011 | 1011 | 0 | 1010101 | 1011111 | 110 | 110 | 1011011 | 110001 |
Color Harmonies of #F0230B
Complementary color
Monochromatic Colors of #F0230B
Black with #F0230B
Text Example
Text Example
White with #F0230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0230B; }
p { color: rgb(240,35,11); }
H1.HeaderClassName
{
color: #F0230B;
}
.AnyTagClassName
{
color: #F0230B;
}
</style>
background-color css
<style>
a { background-color: #F0230B; }
a { background-color: rgb(240,35,11); }
div.DivClassName
{
background-color: #F0230B;
}
.BgClassName
{
background-color: #F0230B;
}
</style>
border-color css
<style>
span { border-color: #F0230B; }
span { border-color: rgb(240,35,11); }
td.TdClassName
{
border-color: #F0230B;
}
.TagClassName
{
border-color: #F0230B;
}
</style>