Shades of Scarlet #FF270D
Tints of Scarlet #FF270D
RGB
CMYK
RGB Variations
Color information
#FF270D (or 0xFF270D) is known color: Scarlet. HEX triplet: FF, 27 and 0D. RGB value is (255,39,13). Sum of RGB (Red+Green+Blue) = 255+39+13=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF270D is #00D8F2. Grayscale: #646464. Windows color (decimal): -55539 or 862207. OLE color: 862207.
HSL color Cylindrical-coordinate representation of color #FF270D: hue angle of 6.45º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF270D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0 |
| HSL | 6.45º | 1% | 0.53% | - |
| HSV(B) | 6.45º | 0.95% | 1% | - |
| XYZ | 42.04 | 22.74 | 2.55 | - |
| YUV | 100.62 | 78.56 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 13 | 0 | 0.85 | 0.95 | 0 | 6.45 | 1 | 0.53 |
| Hex | FF | 27 | D | 0 | 55 | 5F | 0 | 6 | 64 | 35 |
| Octal | 377 | 47 | 15 | 0 | 125 | 137 | 0 | 6 | 144 | 65 |
| Binary | 11111111 | 100111 | 1101 | 0 | 1010101 | 1011111 | 0 | 110 | 1100100 | 110101 |
Color Harmonies of #FF270D
Complementary color
Monochromatic Colors of #FF270D
Black with #FF270D
Text Example
Text Example
White with #FF270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF270D; }
p { color: rgb(255,39,13); }
H1.HeaderClassName
{
color: #FF270D;
}
.AnyTagClassName
{
color: #FF270D;
}
</style>
background-color css
<style>
a { background-color: #FF270D; }
a { background-color: rgb(255,39,13); }
div.DivClassName
{
background-color: #FF270D;
}
.BgClassName
{
background-color: #FF270D;
}
</style>
border-color css
<style>
span { border-color: #FF270D; }
span { border-color: rgb(255,39,13); }
td.TdClassName
{
border-color: #FF270D;
}
.TagClassName
{
border-color: #FF270D;
}
</style>