Shades of Scarlet #FF2702
Tints of Scarlet #FF2702
RGB
CMYK
RGB Variations
Color information
#FF2702 (or 0xFF2702) is known color: Scarlet. HEX triplet: FF, 27 and 02. RGB value is (255,39,2). Sum of RGB (Red+Green+Blue) = 255+39+2=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2702 is #00D8FD. Grayscale: #636363. Windows color (decimal): -55550 or 141311. OLE color: 141311.
HSL color Cylindrical-coordinate representation of color #FF2702: hue angle of 8.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF2702 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0 |
| HSL | 8.77º | 1% | 0.5% | - |
| HSV(B) | 8.77º | 0.99% | 1% | - |
| XYZ | 41.98 | 22.72 | 2.23 | - |
| YUV | 99.37 | 73.06 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 2 | 0 | 0.85 | 0.99 | 0 | 8.77 | 1 | 0.5 |
| Hex | FF | 27 | 2 | 0 | 55 | 63 | 0 | 9 | 64 | 32 |
| Octal | 377 | 47 | 2 | 0 | 125 | 143 | 0 | 11 | 144 | 62 |
| Binary | 11111111 | 100111 | 10 | 0 | 1010101 | 1100011 | 0 | 1001 | 1100100 | 110010 |
Color Harmonies of #FF2702
Complementary color
Monochromatic Colors of #FF2702
Black with #FF2702
Text Example
Text Example
White with #FF2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2702; }
p { color: rgb(255,39,2); }
H1.HeaderClassName
{
color: #FF2702;
}
.AnyTagClassName
{
color: #FF2702;
}
</style>
background-color css
<style>
a { background-color: #FF2702; }
a { background-color: rgb(255,39,2); }
div.DivClassName
{
background-color: #FF2702;
}
.BgClassName
{
background-color: #FF2702;
}
</style>
border-color css
<style>
span { border-color: #FF2702; }
span { border-color: rgb(255,39,2); }
td.TdClassName
{
border-color: #FF2702;
}
.TagClassName
{
border-color: #FF2702;
}
</style>