Shades of Scarlet #FF2B0C
Tints of Scarlet #FF2B0C
RGB
CMYK
RGB Variations
Color information
#FF2B0C (or 0xFF2B0C) is known color: Scarlet. HEX triplet: FF, 2B and 0C. RGB value is (255,43,12). Sum of RGB (Red+Green+Blue) = 255+43+12=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2B0C is #00D4F3. Grayscale: #676767. Windows color (decimal): -54516 or 797695. OLE color: 797695.
HSL color Cylindrical-coordinate representation of color #FF2B0C: hue angle of 7.65º 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 #FF2B0C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0 |
| HSL | 7.65º | 1% | 0.52% | - |
| HSV(B) | 7.65º | 0.95% | 1% | - |
| XYZ | 42.17 | 23.01 | 2.57 | - |
| YUV | 102.85 | 76.74 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 12 | 0 | 0.83 | 0.95 | 0 | 7.65 | 1 | 0.52 |
| Hex | FF | 2B | C | 0 | 53 | 5F | 0 | 8 | 64 | 34 |
| Octal | 377 | 53 | 14 | 0 | 123 | 137 | 0 | 10 | 144 | 64 |
| Binary | 11111111 | 101011 | 1100 | 0 | 1010011 | 1011111 | 0 | 1000 | 1100100 | 110100 |
Color Harmonies of #FF2B0C
Complementary color
Monochromatic Colors of #FF2B0C
Black with #FF2B0C
Text Example
Text Example
White with #FF2B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B0C; }
p { color: rgb(255,43,12); }
H1.HeaderClassName
{
color: #FF2B0C;
}
.AnyTagClassName
{
color: #FF2B0C;
}
</style>
background-color css
<style>
a { background-color: #FF2B0C; }
a { background-color: rgb(255,43,12); }
div.DivClassName
{
background-color: #FF2B0C;
}
.BgClassName
{
background-color: #FF2B0C;
}
</style>
border-color css
<style>
span { border-color: #FF2B0C; }
span { border-color: rgb(255,43,12); }
td.TdClassName
{
border-color: #FF2B0C;
}
.TagClassName
{
border-color: #FF2B0C;
}
</style>