Shades of Scarlet #FD2A1B
Tints of Scarlet #FD2A1B
RGB
CMYK
RGB Variations
Color information
#FD2A1B (or 0xFD2A1B) is known color: Scarlet. HEX triplet: FD, 2A and 1B. RGB value is (253,42,27). Sum of RGB (Red+Green+Blue) = 253+42+27=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A1B is #02D5E4. Grayscale: #676767. Windows color (decimal): -185829 or 1780477. OLE color: 1780477.
HSL color Cylindrical-coordinate representation of color #FD2A1B: hue angle of 3.98º 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 #FD2A1B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.01 |
| HSL | 3.98º | 0.98% | 0.55% | - |
| HSV(B) | 3.98º | 0.89% | 0.99% | - |
| XYZ | 41.53 | 22.62 | 3.21 | - |
| YUV | 103.38 | 84.9 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 27 | 0 | 0.83 | 0.89 | 0.01 | 3.98 | 0.98 | 0.55 |
| Hex | FD | 2A | 1B | 0 | 53 | 59 | 1 | 4 | 62 | 37 |
| Octal | 375 | 52 | 33 | 0 | 123 | 131 | 1 | 4 | 142 | 67 |
| Binary | 11111101 | 101010 | 11011 | 0 | 1010011 | 1011001 | 1 | 100 | 1100010 | 110111 |
Color Harmonies of #FD2A1B
Complementary color
Monochromatic Colors of #FD2A1B
Black with #FD2A1B
Text Example
Text Example
White with #FD2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A1B; }
p { color: rgb(253,42,27); }
H1.HeaderClassName
{
color: #FD2A1B;
}
.AnyTagClassName
{
color: #FD2A1B;
}
</style>
background-color css
<style>
a { background-color: #FD2A1B; }
a { background-color: rgb(253,42,27); }
div.DivClassName
{
background-color: #FD2A1B;
}
.BgClassName
{
background-color: #FD2A1B;
}
</style>
border-color css
<style>
span { border-color: #FD2A1B; }
span { border-color: rgb(253,42,27); }
td.TdClassName
{
border-color: #FD2A1B;
}
.TagClassName
{
border-color: #FD2A1B;
}
</style>