Shades of Scarlet #FF180F
Tints of Scarlet #FF180F
RGB
CMYK
RGB Variations
Color information
#FF180F (or 0xFF180F) is known color: Scarlet. HEX triplet: FF, 18 and 0F. RGB value is (255,24,15). Sum of RGB (Red+Green+Blue) = 255+24+15=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF180F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF180F is #00E7F0. Grayscale: #5C5C5C. Windows color (decimal): -59377 or 989439. OLE color: 989439.
HSL color Cylindrical-coordinate representation of color #FF180F: hue angle of 2.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF180F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 15 | - |
| CMYK | 0 | 0.91 | 0.94 | 0 |
| HSL | 2.25º | 1% | 0.53% | - |
| HSV(B) | 2.25º | 0.94% | 1% | - |
| XYZ | 41.65 | 21.95 | 2.49 | - |
| YUV | 92.04 | 84.53 | 244.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 15 | 0 | 0.91 | 0.94 | 0 | 2.25 | 1 | 0.53 |
| Hex | FF | 18 | F | 0 | 5B | 5E | 0 | 2 | 64 | 35 |
| Octal | 377 | 30 | 17 | 0 | 133 | 136 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 11000 | 1111 | 0 | 1011011 | 1011110 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF180F
Complementary color
Monochromatic Colors of #FF180F
Black with #FF180F
Text Example
Text Example
White with #FF180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF180F; }
p { color: rgb(255,24,15); }
H1.HeaderClassName
{
color: #FF180F;
}
.AnyTagClassName
{
color: #FF180F;
}
</style>
background-color css
<style>
a { background-color: #FF180F; }
a { background-color: rgb(255,24,15); }
div.DivClassName
{
background-color: #FF180F;
}
.BgClassName
{
background-color: #FF180F;
}
</style>
border-color css
<style>
span { border-color: #FF180F; }
span { border-color: rgb(255,24,15); }
td.TdClassName
{
border-color: #FF180F;
}
.TagClassName
{
border-color: #FF180F;
}
</style>