Shades of Scarlet #FD2605
Tints of Scarlet #FD2605
RGB
CMYK
RGB Variations
Color information
#FD2605 (or 0xFD2605) is known color: Scarlet. HEX triplet: FD, 26 and 05. RGB value is (253,38,5). Sum of RGB (Red+Green+Blue) = 253+38+5=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2605 is #02D9FA. Grayscale: #626262. Windows color (decimal): -186875 or 337661. OLE color: 337661.
HSL color Cylindrical-coordinate representation of color #FD2605: hue angle of 7.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD2605 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.01 |
| HSL | 7.98º | 0.98% | 0.51% | - |
| HSV(B) | 7.98º | 0.98% | 0.99% | - |
| XYZ | 41.23 | 22.28 | 2.27 | - |
| YUV | 98.52 | 75.23 | 238.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 5 | 0 | 0.85 | 0.98 | 0.01 | 7.98 | 0.98 | 0.51 |
| Hex | FD | 26 | 5 | 0 | 55 | 62 | 1 | 8 | 62 | 33 |
| Octal | 375 | 46 | 5 | 0 | 125 | 142 | 1 | 10 | 142 | 63 |
| Binary | 11111101 | 100110 | 101 | 0 | 1010101 | 1100010 | 1 | 1000 | 1100010 | 110011 |
Color Harmonies of #FD2605
Complementary color
Monochromatic Colors of #FD2605
Black with #FD2605
Text Example
Text Example
White with #FD2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2605; }
p { color: rgb(253,38,5); }
H1.HeaderClassName
{
color: #FD2605;
}
.AnyTagClassName
{
color: #FD2605;
}
</style>
background-color css
<style>
a { background-color: #FD2605; }
a { background-color: rgb(253,38,5); }
div.DivClassName
{
background-color: #FD2605;
}
.BgClassName
{
background-color: #FD2605;
}
</style>
border-color css
<style>
span { border-color: #FD2605; }
span { border-color: rgb(253,38,5); }
td.TdClassName
{
border-color: #FD2605;
}
.TagClassName
{
border-color: #FD2605;
}
</style>