Shades of Scarlet #FD2607
Tints of Scarlet #FD2607
RGB
CMYK
RGB Variations
Color information
#FD2607 (or 0xFD2607) is known color: Scarlet. HEX triplet: FD, 26 and 07. RGB value is (253,38,7). Sum of RGB (Red+Green+Blue) = 253+38+7=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2607 is #02D9F8. Grayscale: #636363. Windows color (decimal): -186873 or 468733. OLE color: 468733.
HSL color Cylindrical-coordinate representation of color #FD2607: hue angle of 7.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD2607 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.01 |
| HSL | 7.56º | 0.98% | 0.51% | - |
| HSV(B) | 7.56º | 0.97% | 0.99% | - |
| XYZ | 41.24 | 22.28 | 2.33 | - |
| YUV | 98.75 | 76.23 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 7 | 0 | 0.85 | 0.97 | 0.01 | 7.56 | 0.98 | 0.51 |
| Hex | FD | 26 | 7 | 0 | 55 | 61 | 1 | 8 | 62 | 33 |
| Octal | 375 | 46 | 7 | 0 | 125 | 141 | 1 | 10 | 142 | 63 |
| Binary | 11111101 | 100110 | 111 | 0 | 1010101 | 1100001 | 1 | 1000 | 1100010 | 110011 |
Color Harmonies of #FD2607
Complementary color
Monochromatic Colors of #FD2607
Black with #FD2607
Text Example
Text Example
White with #FD2607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2607; }
p { color: rgb(253,38,7); }
H1.HeaderClassName
{
color: #FD2607;
}
.AnyTagClassName
{
color: #FD2607;
}
</style>
background-color css
<style>
a { background-color: #FD2607; }
a { background-color: rgb(253,38,7); }
div.DivClassName
{
background-color: #FD2607;
}
.BgClassName
{
background-color: #FD2607;
}
</style>
border-color css
<style>
span { border-color: #FD2607; }
span { border-color: rgb(253,38,7); }
td.TdClassName
{
border-color: #FD2607;
}
.TagClassName
{
border-color: #FD2607;
}
</style>