Shades of Scarlet #FF2D0B
Tints of Scarlet #FF2D0B
RGB
CMYK
RGB Variations
Color information
#FF2D0B (or 0xFF2D0B) is known color: Scarlet. HEX triplet: FF, 2D and 0B. RGB value is (255,45,11). Sum of RGB (Red+Green+Blue) = 255+45+11=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2D0B is #00D2F4. Grayscale: #686868. Windows color (decimal): -54005 or 732671. OLE color: 732671.
HSL color Cylindrical-coordinate representation of color #FF2D0B: hue angle of 8.36º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF2D0B is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 45 | 11 | - |
CMYK | 0 | 0.82 | 0.96 | 0 |
HSL | 8.36º | 1% | 0.52% | - |
HSV(B) | 8.36º | 0.96% | 1% | - |
XYZ | 42.24 | 23.16 | 2.56 | - |
YUV | 103.91 | 75.57 | 235.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 45 | 11 | 0 | 0.82 | 0.96 | 0 | 8.36 | 1 | 0.52 |
Hex | FF | 2D | B | 0 | 52 | 60 | 0 | 8 | 64 | 34 |
Octal | 377 | 55 | 13 | 0 | 122 | 140 | 0 | 10 | 144 | 64 |
Binary | 11111111 | 101101 | 1011 | 0 | 1010010 | 1100000 | 0 | 1000 | 1100100 | 110100 |
Color Harmonies of #FF2D0B
Complementary color
Monochromatic Colors of #FF2D0B
Black with #FF2D0B
Text Example
Text Example
White with #FF2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D0B; }
p { color: rgb(255,45,11); }
H1.HeaderClassName
{
color: #FF2D0B;
}
.AnyTagClassName
{
color: #FF2D0B;
}
</style>
background-color css
<style>
a { background-color: #FF2D0B; }
a { background-color: rgb(255,45,11); }
div.DivClassName
{
background-color: #FF2D0B;
}
.BgClassName
{
background-color: #FF2D0B;
}
</style>
border-color css
<style>
span { border-color: #FF2D0B; }
span { border-color: rgb(255,45,11); }
td.TdClassName
{
border-color: #FF2D0B;
}
.TagClassName
{
border-color: #FF2D0B;
}
</style>