Shades of Scarlet #FF2307
Tints of Scarlet #FF2307
RGB
CMYK
RGB Variations
Color information
#FF2307 (or 0xFF2307) is known color: Scarlet. HEX triplet: FF, 23 and 07. RGB value is (255,35,7). Sum of RGB (Red+Green+Blue) = 255+35+7=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2307 is #00DCF8. Grayscale: #616161. Windows color (decimal): -56569 or 467967. OLE color: 467967.
HSL color Cylindrical-coordinate representation of color #FF2307: hue angle of 6.77º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF2307 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0 |
| HSL | 6.77º | 1% | 0.51% | - |
| HSV(B) | 6.77º | 0.97% | 1% | - |
| XYZ | 41.88 | 22.48 | 2.33 | - |
| YUV | 97.59 | 76.89 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 7 | 0 | 0.86 | 0.97 | 0 | 6.77 | 1 | 0.51 |
| Hex | FF | 23 | 7 | 0 | 56 | 61 | 0 | 7 | 64 | 33 |
| Octal | 377 | 43 | 7 | 0 | 126 | 141 | 0 | 7 | 144 | 63 |
| Binary | 11111111 | 100011 | 111 | 0 | 1010110 | 1100001 | 0 | 111 | 1100100 | 110011 |
Color Harmonies of #FF2307
Complementary color
Monochromatic Colors of #FF2307
Black with #FF2307
Text Example
Text Example
White with #FF2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2307; }
p { color: rgb(255,35,7); }
H1.HeaderClassName
{
color: #FF2307;
}
.AnyTagClassName
{
color: #FF2307;
}
</style>
background-color css
<style>
a { background-color: #FF2307; }
a { background-color: rgb(255,35,7); }
div.DivClassName
{
background-color: #FF2307;
}
.BgClassName
{
background-color: #FF2307;
}
</style>
border-color css
<style>
span { border-color: #FF2307; }
span { border-color: rgb(255,35,7); }
td.TdClassName
{
border-color: #FF2307;
}
.TagClassName
{
border-color: #FF2307;
}
</style>