Shades of Scarlet #FF2D1A
Tints of Scarlet #FF2D1A
RGB
CMYK
RGB Variations
Color information
#FF2D1A (or 0xFF2D1A) is known color: Scarlet. HEX triplet: FF, 2D and 1A. RGB value is (255,45,26). Sum of RGB (Red+Green+Blue) = 255+45+26=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2D1A is #00D2E5. Grayscale: #696969. Windows color (decimal): -53990 or 1715711. OLE color: 1715711.
HSL color Cylindrical-coordinate representation of color #FF2D1A: hue angle of 4.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF2D1A is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 26 | - |
| CMYK | 0 | 0.82 | 0.90 | 0 |
| HSL | 4.98º | 1% | 0.55% | - |
| HSV(B) | 4.98º | 0.9% | 1% | - |
| XYZ | 42.36 | 23.21 | 3.22 | - |
| YUV | 105.62 | 83.07 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 26 | 0 | 0.82 | 0.90 | 0 | 4.98 | 1 | 0.55 |
| Hex | FF | 2D | 1A | 0 | 52 | 5A | 0 | 5 | 64 | 37 |
| Octal | 377 | 55 | 32 | 0 | 122 | 132 | 0 | 5 | 144 | 67 |
| Binary | 11111111 | 101101 | 11010 | 0 | 1010010 | 1011010 | 0 | 101 | 1100100 | 110111 |
Color Harmonies of #FF2D1A
Complementary color
Monochromatic Colors of #FF2D1A
Black with #FF2D1A
Text Example
Text Example
White with #FF2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D1A; }
p { color: rgb(255,45,26); }
H1.HeaderClassName
{
color: #FF2D1A;
}
.AnyTagClassName
{
color: #FF2D1A;
}
</style>
background-color css
<style>
a { background-color: #FF2D1A; }
a { background-color: rgb(255,45,26); }
div.DivClassName
{
background-color: #FF2D1A;
}
.BgClassName
{
background-color: #FF2D1A;
}
</style>
border-color css
<style>
span { border-color: #FF2D1A; }
span { border-color: rgb(255,45,26); }
td.TdClassName
{
border-color: #FF2D1A;
}
.TagClassName
{
border-color: #FF2D1A;
}
</style>