Shades of Scarlet #FD271D
Tints of Scarlet #FD271D
RGB
CMYK
RGB Variations
Color information
#FD271D (or 0xFD271D) is known color: Scarlet. HEX triplet: FD, 27 and 1D. RGB value is (253,39,29). Sum of RGB (Red+Green+Blue) = 253+39+29=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD271D is #02D8E2. Grayscale: #666666. Windows color (decimal): -186595 or 1910781. OLE color: 1910781.
HSL color Cylindrical-coordinate representation of color #FD271D: hue angle of 2.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD271D is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 29 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.01 |
| HSL | 2.68º | 0.98% | 0.55% | - |
| HSV(B) | 2.68º | 0.89% | 0.99% | - |
| XYZ | 41.46 | 22.42 | 3.31 | - |
| YUV | 101.85 | 86.9 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 29 | 0 | 0.85 | 0.89 | 0.01 | 2.68 | 0.98 | 0.55 |
| Hex | FD | 27 | 1D | 0 | 55 | 59 | 1 | 3 | 62 | 37 |
| Octal | 375 | 47 | 35 | 0 | 125 | 131 | 1 | 3 | 142 | 67 |
| Binary | 11111101 | 100111 | 11101 | 0 | 1010101 | 1011001 | 1 | 11 | 1100010 | 110111 |
Color Harmonies of #FD271D
Complementary color
Monochromatic Colors of #FD271D
Black with #FD271D
Text Example
Text Example
White with #FD271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD271D; }
p { color: rgb(253,39,29); }
H1.HeaderClassName
{
color: #FD271D;
}
.AnyTagClassName
{
color: #FD271D;
}
</style>
background-color css
<style>
a { background-color: #FD271D; }
a { background-color: rgb(253,39,29); }
div.DivClassName
{
background-color: #FD271D;
}
.BgClassName
{
background-color: #FD271D;
}
</style>
border-color css
<style>
span { border-color: #FD271D; }
span { border-color: rgb(253,39,29); }
td.TdClassName
{
border-color: #FD271D;
}
.TagClassName
{
border-color: #FD271D;
}
</style>