Shades of Scarlet #FF2F0C
Tints of Scarlet #FF2F0C
RGB
CMYK
RGB Variations
Color information
#FF2F0C (or 0xFF2F0C) is known color: Scarlet. HEX triplet: FF, 2F and 0C. RGB value is (255,47,12). Sum of RGB (Red+Green+Blue) = 255+47+12=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F0C is #00D0F3. Grayscale: #696969. Windows color (decimal): -53492 or 798719. OLE color: 798719.
HSL color Cylindrical-coordinate representation of color #FF2F0C: hue angle of 8.64º 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 #FF2F0C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0 |
| HSL | 8.64º | 1% | 0.52% | - |
| HSV(B) | 8.64º | 0.95% | 1% | - |
| XYZ | 42.32 | 23.32 | 2.62 | - |
| YUV | 105.2 | 75.41 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 12 | 0 | 0.82 | 0.95 | 0 | 8.64 | 1 | 0.52 |
| Hex | FF | 2F | C | 0 | 52 | 5F | 0 | 9 | 64 | 34 |
| Octal | 377 | 57 | 14 | 0 | 122 | 137 | 0 | 11 | 144 | 64 |
| Binary | 11111111 | 101111 | 1100 | 0 | 1010010 | 1011111 | 0 | 1001 | 1100100 | 110100 |
Color Harmonies of #FF2F0C
Complementary color
Monochromatic Colors of #FF2F0C
Black with #FF2F0C
Text Example
Text Example
White with #FF2F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F0C; }
p { color: rgb(255,47,12); }
H1.HeaderClassName
{
color: #FF2F0C;
}
.AnyTagClassName
{
color: #FF2F0C;
}
</style>
background-color css
<style>
a { background-color: #FF2F0C; }
a { background-color: rgb(255,47,12); }
div.DivClassName
{
background-color: #FF2F0C;
}
.BgClassName
{
background-color: #FF2F0C;
}
</style>
border-color css
<style>
span { border-color: #FF2F0C; }
span { border-color: rgb(255,47,12); }
td.TdClassName
{
border-color: #FF2F0C;
}
.TagClassName
{
border-color: #FF2F0C;
}
</style>