Shades of Scarlet #FD2B0D
Tints of Scarlet #FD2B0D
RGB
CMYK
RGB Variations
Color information
#FD2B0D (or 0xFD2B0D) is known color: Scarlet. HEX triplet: FD, 2B and 0D. RGB value is (253,43,13). Sum of RGB (Red+Green+Blue) = 253+43+13=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2B0D is #02D4F2. Grayscale: #666666. Windows color (decimal): -185587 or 863229. OLE color: 863229.
HSL color Cylindrical-coordinate representation of color #FD2B0D: hue angle of 7.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD2B0D is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 13 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.01 |
| HSL | 7.5º | 0.98% | 0.52% | - |
| HSV(B) | 7.5º | 0.95% | 0.99% | - |
| XYZ | 41.44 | 22.64 | 2.57 | - |
| YUV | 102.37 | 77.57 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 13 | 0 | 0.83 | 0.95 | 0.01 | 7.5 | 0.98 | 0.52 |
| Hex | FD | 2B | D | 0 | 53 | 5F | 1 | 8 | 62 | 34 |
| Octal | 375 | 53 | 15 | 0 | 123 | 137 | 1 | 10 | 142 | 64 |
| Binary | 11111101 | 101011 | 1101 | 0 | 1010011 | 1011111 | 1 | 1000 | 1100010 | 110100 |
Color Harmonies of #FD2B0D
Complementary color
Monochromatic Colors of #FD2B0D
Black with #FD2B0D
Text Example
Text Example
White with #FD2B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B0D; }
p { color: rgb(253,43,13); }
H1.HeaderClassName
{
color: #FD2B0D;
}
.AnyTagClassName
{
color: #FD2B0D;
}
</style>
background-color css
<style>
a { background-color: #FD2B0D; }
a { background-color: rgb(253,43,13); }
div.DivClassName
{
background-color: #FD2B0D;
}
.BgClassName
{
background-color: #FD2B0D;
}
</style>
border-color css
<style>
span { border-color: #FD2B0D; }
span { border-color: rgb(253,43,13); }
td.TdClassName
{
border-color: #FD2B0D;
}
.TagClassName
{
border-color: #FD2B0D;
}
</style>