Shades of Scarlet #FF2305
Tints of Scarlet #FF2305
RGB
CMYK
RGB Variations
Color information
#FF2305 (or 0xFF2305) is known color: Scarlet. HEX triplet: FF, 23 and 05. RGB value is (255,35,5). Sum of RGB (Red+Green+Blue) = 255+35+5=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2305 is #00DCFA. Grayscale: #616161. Windows color (decimal): -56571 or 336895. OLE color: 336895.
HSL color Cylindrical-coordinate representation of color #FF2305: hue angle of 7.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF2305 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0 |
| HSL | 7.2º | 1% | 0.51% | - |
| HSV(B) | 7.2º | 0.98% | 1% | - |
| XYZ | 41.87 | 22.47 | 2.27 | - |
| YUV | 97.36 | 75.89 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 5 | 0 | 0.86 | 0.98 | 0 | 7.2 | 1 | 0.51 |
| Hex | FF | 23 | 5 | 0 | 56 | 62 | 0 | 7 | 64 | 33 |
| Octal | 377 | 43 | 5 | 0 | 126 | 142 | 0 | 7 | 144 | 63 |
| Binary | 11111111 | 100011 | 101 | 0 | 1010110 | 1100010 | 0 | 111 | 1100100 | 110011 |
Color Harmonies of #FF2305
Complementary color
Monochromatic Colors of #FF2305
Black with #FF2305
Text Example
Text Example
White with #FF2305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2305; }
p { color: rgb(255,35,5); }
H1.HeaderClassName
{
color: #FF2305;
}
.AnyTagClassName
{
color: #FF2305;
}
</style>
background-color css
<style>
a { background-color: #FF2305; }
a { background-color: rgb(255,35,5); }
div.DivClassName
{
background-color: #FF2305;
}
.BgClassName
{
background-color: #FF2305;
}
</style>
border-color css
<style>
span { border-color: #FF2305; }
span { border-color: rgb(255,35,5); }
td.TdClassName
{
border-color: #FF2305;
}
.TagClassName
{
border-color: #FF2305;
}
</style>