Shades of Scarlet #F0180B
Tints of Scarlet #F0180B
RGB
CMYK
RGB Variations
Color information
#F0180B (or 0xF0180B) is known color: Scarlet. HEX triplet: F0, 18 and 0B. RGB value is (240,24,11). Sum of RGB (Red+Green+Blue) = 240+24+11=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0180B is #0FE7F4. Grayscale: #575757. Windows color (decimal): -1042421 or 727280. OLE color: 727280.
HSL color Cylindrical-coordinate representation of color #F0180B: hue angle of 3.41º 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 #F0180B is Cyan = 0, Magento = 0.9, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 11 | - |
| CMYK | 0 | 0.9 | 0.95 | 0.06 |
| HSL | 3.41º | 0.91% | 0.49% | - |
| HSV(B) | 3.41º | 0.95% | 0.94% | - |
| XYZ | 36.32 | 19.2 | 2.11 | - |
| YUV | 87.1 | 85.06 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 11 | 0 | 0.9 | 0.95 | 0.06 | 3.41 | 0.91 | 0.49 |
| Hex | F0 | 18 | B | 0 | 5A | 5F | 6 | 3 | 5B | 31 |
| Octal | 360 | 30 | 13 | 0 | 132 | 137 | 6 | 3 | 133 | 61 |
| Binary | 11110000 | 11000 | 1011 | 0 | 1011010 | 1011111 | 110 | 11 | 1011011 | 110001 |
Color Harmonies of #F0180B
Complementary color
Monochromatic Colors of #F0180B
Black with #F0180B
Text Example
Text Example
White with #F0180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0180B; }
p { color: rgb(240,24,11); }
H1.HeaderClassName
{
color: #F0180B;
}
.AnyTagClassName
{
color: #F0180B;
}
</style>
background-color css
<style>
a { background-color: #F0180B; }
a { background-color: rgb(240,24,11); }
div.DivClassName
{
background-color: #F0180B;
}
.BgClassName
{
background-color: #F0180B;
}
</style>
border-color css
<style>
span { border-color: #F0180B; }
span { border-color: rgb(240,24,11); }
td.TdClassName
{
border-color: #F0180B;
}
.TagClassName
{
border-color: #F0180B;
}
</style>