Shades of Scarlet #FF270B
Tints of Scarlet #FF270B
RGB
CMYK
RGB Variations
Color information
#FF270B (or 0xFF270B) is known color: Scarlet. HEX triplet: FF, 27 and 0B. RGB value is (255,39,11). Sum of RGB (Red+Green+Blue) = 255+39+11=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF270B is #00D8F4. Grayscale: #646464. Windows color (decimal): -55541 or 731135. OLE color: 731135.
HSL color Cylindrical-coordinate representation of color #FF270B: hue angle of 6.89º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF270B is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 11 | - |
| CMYK | 0 | 0.85 | 0.96 | 0 |
| HSL | 6.89º | 1% | 0.52% | - |
| HSV(B) | 6.89º | 0.96% | 1% | - |
| XYZ | 42.03 | 22.74 | 2.49 | - |
| YUV | 100.39 | 77.56 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 11 | 0 | 0.85 | 0.96 | 0 | 6.89 | 1 | 0.52 |
| Hex | FF | 27 | B | 0 | 55 | 60 | 0 | 7 | 64 | 34 |
| Octal | 377 | 47 | 13 | 0 | 125 | 140 | 0 | 7 | 144 | 64 |
| Binary | 11111111 | 100111 | 1011 | 0 | 1010101 | 1100000 | 0 | 111 | 1100100 | 110100 |
Color Harmonies of #FF270B
Complementary color
Monochromatic Colors of #FF270B
Black with #FF270B
Text Example
Text Example
White with #FF270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF270B; }
p { color: rgb(255,39,11); }
H1.HeaderClassName
{
color: #FF270B;
}
.AnyTagClassName
{
color: #FF270B;
}
</style>
background-color css
<style>
a { background-color: #FF270B; }
a { background-color: rgb(255,39,11); }
div.DivClassName
{
background-color: #FF270B;
}
.BgClassName
{
background-color: #FF270B;
}
</style>
border-color css
<style>
span { border-color: #FF270B; }
span { border-color: rgb(255,39,11); }
td.TdClassName
{
border-color: #FF270B;
}
.TagClassName
{
border-color: #FF270B;
}
</style>