Shades of Scarlet #FF2E0C
Tints of Scarlet #FF2E0C
RGB
CMYK
RGB Variations
Color information
#FF2E0C (or 0xFF2E0C) is known color: Scarlet. HEX triplet: FF, 2E and 0C. RGB value is (255,46,12). Sum of RGB (Red+Green+Blue) = 255+46+12=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2E0C is #00D1F3. Grayscale: #686868. Windows color (decimal): -53748 or 798463. OLE color: 798463.
HSL color Cylindrical-coordinate representation of color #FF2E0C: hue angle of 8.4º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF2E0C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0 |
| HSL | 8.4º | 1% | 0.52% | - |
| HSV(B) | 8.4º | 0.95% | 1% | - |
| XYZ | 42.28 | 23.24 | 2.61 | - |
| YUV | 104.62 | 75.74 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 12 | 0 | 0.82 | 0.95 | 0 | 8.4 | 1 | 0.52 |
| Hex | FF | 2E | C | 0 | 52 | 5F | 0 | 8 | 64 | 34 |
| Octal | 377 | 56 | 14 | 0 | 122 | 137 | 0 | 10 | 144 | 64 |
| Binary | 11111111 | 101110 | 1100 | 0 | 1010010 | 1011111 | 0 | 1000 | 1100100 | 110100 |
Color Harmonies of #FF2E0C
Complementary color
Monochromatic Colors of #FF2E0C
Black with #FF2E0C
Text Example
Text Example
White with #FF2E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E0C; }
p { color: rgb(255,46,12); }
H1.HeaderClassName
{
color: #FF2E0C;
}
.AnyTagClassName
{
color: #FF2E0C;
}
</style>
background-color css
<style>
a { background-color: #FF2E0C; }
a { background-color: rgb(255,46,12); }
div.DivClassName
{
background-color: #FF2E0C;
}
.BgClassName
{
background-color: #FF2E0C;
}
</style>
border-color css
<style>
span { border-color: #FF2E0C; }
span { border-color: rgb(255,46,12); }
td.TdClassName
{
border-color: #FF2E0C;
}
.TagClassName
{
border-color: #FF2E0C;
}
</style>