Shades of Scarlet #FD2409
Tints of Scarlet #FD2409
RGB
CMYK
RGB Variations
Color information
#FD2409 (or 0xFD2409) is known color: Scarlet. HEX triplet: FD, 24 and 09. RGB value is (253,36,9). Sum of RGB (Red+Green+Blue) = 253+36+9=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2409 is #02DBF6. Grayscale: #626262. Windows color (decimal): -187383 or 599293. OLE color: 599293.
HSL color Cylindrical-coordinate representation of color #FD2409: hue angle of 6.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD2409 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.01 |
| HSL | 6.64º | 0.98% | 0.51% | - |
| HSV(B) | 6.64º | 0.96% | 0.99% | - |
| XYZ | 41.19 | 22.16 | 2.37 | - |
| YUV | 97.81 | 77.89 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 9 | 0 | 0.86 | 0.96 | 0.01 | 6.64 | 0.98 | 0.51 |
| Hex | FD | 24 | 9 | 0 | 56 | 60 | 1 | 7 | 62 | 33 |
| Octal | 375 | 44 | 11 | 0 | 126 | 140 | 1 | 7 | 142 | 63 |
| Binary | 11111101 | 100100 | 1001 | 0 | 1010110 | 1100000 | 1 | 111 | 1100010 | 110011 |
Color Harmonies of #FD2409
Complementary color
Monochromatic Colors of #FD2409
Black with #FD2409
Text Example
Text Example
White with #FD2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2409; }
p { color: rgb(253,36,9); }
H1.HeaderClassName
{
color: #FD2409;
}
.AnyTagClassName
{
color: #FD2409;
}
</style>
background-color css
<style>
a { background-color: #FD2409; }
a { background-color: rgb(253,36,9); }
div.DivClassName
{
background-color: #FD2409;
}
.BgClassName
{
background-color: #FD2409;
}
</style>
border-color css
<style>
span { border-color: #FD2409; }
span { border-color: rgb(253,36,9); }
td.TdClassName
{
border-color: #FD2409;
}
.TagClassName
{
border-color: #FD2409;
}
</style>