Shades of Scarlet #FF2D17
Tints of Scarlet #FF2D17
RGB
CMYK
RGB Variations
Color information
#FF2D17 (or 0xFF2D17) is known color: Scarlet. HEX triplet: FF, 2D and 17. RGB value is (255,45,23). Sum of RGB (Red+Green+Blue) = 255+45+23=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2D17 is #00D2E8. Grayscale: #696969. Windows color (decimal): -53993 or 1519103. OLE color: 1519103.
HSL color Cylindrical-coordinate representation of color #FF2D17: hue angle of 5.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF2D17 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 23 | - |
| CMYK | 0 | 0.82 | 0.91 | 0 |
| HSL | 5.69º | 1% | 0.55% | - |
| HSV(B) | 5.69º | 0.91% | 1% | - |
| XYZ | 42.33 | 23.2 | 3.06 | - |
| YUV | 105.28 | 81.57 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 23 | 0 | 0.82 | 0.91 | 0 | 5.69 | 1 | 0.55 |
| Hex | FF | 2D | 17 | 0 | 52 | 5B | 0 | 6 | 64 | 37 |
| Octal | 377 | 55 | 27 | 0 | 122 | 133 | 0 | 6 | 144 | 67 |
| Binary | 11111111 | 101101 | 10111 | 0 | 1010010 | 1011011 | 0 | 110 | 1100100 | 110111 |
Color Harmonies of #FF2D17
Complementary color
Monochromatic Colors of #FF2D17
Black with #FF2D17
Text Example
Text Example
White with #FF2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D17; }
p { color: rgb(255,45,23); }
H1.HeaderClassName
{
color: #FF2D17;
}
.AnyTagClassName
{
color: #FF2D17;
}
</style>
background-color css
<style>
a { background-color: #FF2D17; }
a { background-color: rgb(255,45,23); }
div.DivClassName
{
background-color: #FF2D17;
}
.BgClassName
{
background-color: #FF2D17;
}
</style>
border-color css
<style>
span { border-color: #FF2D17; }
span { border-color: rgb(255,45,23); }
td.TdClassName
{
border-color: #FF2D17;
}
.TagClassName
{
border-color: #FF2D17;
}
</style>