Shades of Scarlet #FF2F0D
Tints of Scarlet #FF2F0D
RGB
CMYK
RGB Variations
Color information
#FF2F0D (or 0xFF2F0D) is known color: Scarlet. HEX triplet: FF, 2F and 0D. RGB value is (255,47,13). Sum of RGB (Red+Green+Blue) = 255+47+13=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F0D is #00D0F2. Grayscale: #696969. Windows color (decimal): -53491 or 864255. OLE color: 864255.
HSL color Cylindrical-coordinate representation of color #FF2F0D: hue angle of 8.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF2F0D is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 13 | - |
| CMYK | 0 | 0.82 | 0.95 | 0 |
| HSL | 8.43º | 1% | 0.53% | - |
| HSV(B) | 8.43º | 0.95% | 1% | - |
| XYZ | 42.33 | 23.32 | 2.65 | - |
| YUV | 105.32 | 75.91 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 13 | 0 | 0.82 | 0.95 | 0 | 8.43 | 1 | 0.53 |
| Hex | FF | 2F | D | 0 | 52 | 5F | 0 | 8 | 64 | 35 |
| Octal | 377 | 57 | 15 | 0 | 122 | 137 | 0 | 10 | 144 | 65 |
| Binary | 11111111 | 101111 | 1101 | 0 | 1010010 | 1011111 | 0 | 1000 | 1100100 | 110101 |
Color Harmonies of #FF2F0D
Complementary color
Monochromatic Colors of #FF2F0D
Black with #FF2F0D
Text Example
Text Example
White with #FF2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F0D; }
p { color: rgb(255,47,13); }
H1.HeaderClassName
{
color: #FF2F0D;
}
.AnyTagClassName
{
color: #FF2F0D;
}
</style>
background-color css
<style>
a { background-color: #FF2F0D; }
a { background-color: rgb(255,47,13); }
div.DivClassName
{
background-color: #FF2F0D;
}
.BgClassName
{
background-color: #FF2F0D;
}
</style>
border-color css
<style>
span { border-color: #FF2F0D; }
span { border-color: rgb(255,47,13); }
td.TdClassName
{
border-color: #FF2F0D;
}
.TagClassName
{
border-color: #FF2F0D;
}
</style>