Shades of Scarlet #FD2D08
Tints of Scarlet #FD2D08
RGB
CMYK
RGB Variations
Color information
#FD2D08 (or 0xFD2D08) is known color: Scarlet. HEX triplet: FD, 2D and 08. RGB value is (253,45,8). Sum of RGB (Red+Green+Blue) = 253+45+8=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2D08 is #02D2F7. Grayscale: #676767. Windows color (decimal): -185080 or 536061. OLE color: 536061.
HSL color Cylindrical-coordinate representation of color #FD2D08: hue angle of 9.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD2D08 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 8 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.01 |
| HSL | 9.06º | 0.98% | 0.51% | - |
| HSV(B) | 9.06º | 0.97% | 0.99% | - |
| XYZ | 41.49 | 22.78 | 2.44 | - |
| YUV | 102.97 | 74.41 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 8 | 0 | 0.82 | 0.97 | 0.01 | 9.06 | 0.98 | 0.51 |
| Hex | FD | 2D | 8 | 0 | 52 | 61 | 1 | 9 | 62 | 33 |
| Octal | 375 | 55 | 10 | 0 | 122 | 141 | 1 | 11 | 142 | 63 |
| Binary | 11111101 | 101101 | 1000 | 0 | 1010010 | 1100001 | 1 | 1001 | 1100010 | 110011 |
Color Harmonies of #FD2D08
Complementary color
Monochromatic Colors of #FD2D08
Black with #FD2D08
Text Example
Text Example
White with #FD2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D08; }
p { color: rgb(253,45,8); }
H1.HeaderClassName
{
color: #FD2D08;
}
.AnyTagClassName
{
color: #FD2D08;
}
</style>
background-color css
<style>
a { background-color: #FD2D08; }
a { background-color: rgb(253,45,8); }
div.DivClassName
{
background-color: #FD2D08;
}
.BgClassName
{
background-color: #FD2D08;
}
</style>
border-color css
<style>
span { border-color: #FD2D08; }
span { border-color: rgb(253,45,8); }
td.TdClassName
{
border-color: #FD2D08;
}
.TagClassName
{
border-color: #FD2D08;
}
</style>