Shades of Scarlet #FD2B1B
Tints of Scarlet #FD2B1B
RGB
CMYK
RGB Variations
Color information
#FD2B1B (or 0xFD2B1B) is known color: Scarlet. HEX triplet: FD, 2B and 1B. RGB value is (253,43,27). Sum of RGB (Red+Green+Blue) = 253+43+27=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B1B is #02D4E4. Grayscale: #686868. Windows color (decimal): -185573 or 1780733. OLE color: 1780733.
HSL color Cylindrical-coordinate representation of color #FD2B1B: hue angle of 4.25º 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 #FD2B1B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.01 |
| HSL | 4.25º | 0.98% | 0.55% | - |
| HSV(B) | 4.25º | 0.89% | 0.99% | - |
| XYZ | 41.57 | 22.69 | 3.23 | - |
| YUV | 103.97 | 84.57 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 27 | 0 | 0.83 | 0.89 | 0.01 | 4.25 | 0.98 | 0.55 |
| Hex | FD | 2B | 1B | 0 | 53 | 59 | 1 | 4 | 62 | 37 |
| Octal | 375 | 53 | 33 | 0 | 123 | 131 | 1 | 4 | 142 | 67 |
| Binary | 11111101 | 101011 | 11011 | 0 | 1010011 | 1011001 | 1 | 100 | 1100010 | 110111 |
Color Harmonies of #FD2B1B
Complementary color
Monochromatic Colors of #FD2B1B
Black with #FD2B1B
Text Example
Text Example
White with #FD2B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B1B; }
p { color: rgb(253,43,27); }
H1.HeaderClassName
{
color: #FD2B1B;
}
.AnyTagClassName
{
color: #FD2B1B;
}
</style>
background-color css
<style>
a { background-color: #FD2B1B; }
a { background-color: rgb(253,43,27); }
div.DivClassName
{
background-color: #FD2B1B;
}
.BgClassName
{
background-color: #FD2B1B;
}
</style>
border-color css
<style>
span { border-color: #FD2B1B; }
span { border-color: rgb(253,43,27); }
td.TdClassName
{
border-color: #FD2B1B;
}
.TagClassName
{
border-color: #FD2B1B;
}
</style>