Shades of Scarlet #FF2802
Tints of Scarlet #FF2802
RGB
CMYK
RGB Variations
Color information
#FF2802 (or 0xFF2802) is known color: Scarlet. HEX triplet: FF, 28 and 02. RGB value is (255,40,2). Sum of RGB (Red+Green+Blue) = 255+40+2=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2802 is #00D7FD. Grayscale: #646464. Windows color (decimal): -55294 or 141567. OLE color: 141567.
HSL color Cylindrical-coordinate representation of color #FF2802: hue angle of 9.01º 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 #FF2802 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0 |
| HSL | 9.01º | 1% | 0.5% | - |
| HSV(B) | 9.01º | 0.99% | 1% | - |
| XYZ | 42.01 | 22.78 | 2.24 | - |
| YUV | 99.95 | 72.73 | 238.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 2 | 0 | 0.84 | 0.99 | 0 | 9.01 | 1 | 0.5 |
| Hex | FF | 28 | 2 | 0 | 54 | 63 | 0 | 9 | 64 | 32 |
| Octal | 377 | 50 | 2 | 0 | 124 | 143 | 0 | 11 | 144 | 62 |
| Binary | 11111111 | 101000 | 10 | 0 | 1010100 | 1100011 | 0 | 1001 | 1100100 | 110010 |
Color Harmonies of #FF2802
Complementary color
Monochromatic Colors of #FF2802
Black with #FF2802
Text Example
Text Example
White with #FF2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2802; }
p { color: rgb(255,40,2); }
H1.HeaderClassName
{
color: #FF2802;
}
.AnyTagClassName
{
color: #FF2802;
}
</style>
background-color css
<style>
a { background-color: #FF2802; }
a { background-color: rgb(255,40,2); }
div.DivClassName
{
background-color: #FF2802;
}
.BgClassName
{
background-color: #FF2802;
}
</style>
border-color css
<style>
span { border-color: #FF2802; }
span { border-color: rgb(255,40,2); }
td.TdClassName
{
border-color: #FF2802;
}
.TagClassName
{
border-color: #FF2802;
}
</style>