Shades of Scarlet #FD2D0F
Tints of Scarlet #FD2D0F
RGB
CMYK
RGB Variations
Color information
#FD2D0F (or 0xFD2D0F) is known color: Scarlet. HEX triplet: FD, 2D and 0F. RGB value is (253,45,15). Sum of RGB (Red+Green+Blue) = 253+45+15=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2D0F is #02D2F0. Grayscale: #686868. Windows color (decimal): -185073 or 994813. OLE color: 994813.
HSL color Cylindrical-coordinate representation of color #FD2D0F: hue angle of 7.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD2D0F is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 15 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.01 |
| HSL | 7.56º | 0.98% | 0.53% | - |
| HSV(B) | 7.56º | 0.94% | 0.99% | - |
| XYZ | 41.53 | 22.79 | 2.66 | - |
| YUV | 103.77 | 77.91 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 15 | 0 | 0.82 | 0.94 | 0.01 | 7.56 | 0.98 | 0.53 |
| Hex | FD | 2D | F | 0 | 52 | 5E | 1 | 8 | 62 | 35 |
| Octal | 375 | 55 | 17 | 0 | 122 | 136 | 1 | 10 | 142 | 65 |
| Binary | 11111101 | 101101 | 1111 | 0 | 1010010 | 1011110 | 1 | 1000 | 1100010 | 110101 |
Color Harmonies of #FD2D0F
Complementary color
Monochromatic Colors of #FD2D0F
Black with #FD2D0F
Text Example
Text Example
White with #FD2D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D0F; }
p { color: rgb(253,45,15); }
H1.HeaderClassName
{
color: #FD2D0F;
}
.AnyTagClassName
{
color: #FD2D0F;
}
</style>
background-color css
<style>
a { background-color: #FD2D0F; }
a { background-color: rgb(253,45,15); }
div.DivClassName
{
background-color: #FD2D0F;
}
.BgClassName
{
background-color: #FD2D0F;
}
</style>
border-color css
<style>
span { border-color: #FD2D0F; }
span { border-color: rgb(253,45,15); }
td.TdClassName
{
border-color: #FD2D0F;
}
.TagClassName
{
border-color: #FD2D0F;
}
</style>