Shades of Scarlet #FF2700
Tints of Scarlet #FF2700
RGB
CMYK
RGB Variations
Color information
#FF2700 (or 0xFF2700) is known color: Scarlet. HEX triplet: FF, 27 and 00. RGB value is (255,39,0). Sum of RGB (Red+Green+Blue) = 255+39+0=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2700 is #00D8FF. Grayscale: #636363. Windows color (decimal): -55552 or 10239. OLE color: 10239.
HSL color Cylindrical-coordinate representation of color #FF2700: hue angle of 9.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF2700 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0 |
| HSL | 9.18º | 1% | 0.5% | - |
| HSV(B) | 9.18º | 1% | 1% | - |
| XYZ | 41.97 | 22.71 | 2.17 | - |
| YUV | 99.14 | 72.06 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 0 | 0 | 0.85 | 1 | 0 | 9.18 | 1 | 0.5 |
| Hex | FF | 27 | 0 | 0 | 55 | 64 | 0 | 9 | 64 | 32 |
| Octal | 377 | 47 | 0 | 0 | 125 | 144 | 0 | 11 | 144 | 62 |
| Binary | 11111111 | 100111 | 0 | 0 | 1010101 | 1100100 | 0 | 1001 | 1100100 | 110010 |
Color Harmonies of #FF2700
Complementary color
Monochromatic Colors of #FF2700
Black with #FF2700
Text Example
Text Example
White with #FF2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2700; }
p { color: rgb(255,39,0); }
H1.HeaderClassName
{
color: #FF2700;
}
.AnyTagClassName
{
color: #FF2700;
}
</style>
background-color css
<style>
a { background-color: #FF2700; }
a { background-color: rgb(255,39,0); }
div.DivClassName
{
background-color: #FF2700;
}
.BgClassName
{
background-color: #FF2700;
}
</style>
border-color css
<style>
span { border-color: #FF2700; }
span { border-color: rgb(255,39,0); }
td.TdClassName
{
border-color: #FF2700;
}
.TagClassName
{
border-color: #FF2700;
}
</style>