Shades of Scarlet #FF3008
Tints of Scarlet #FF3008
RGB
CMYK
RGB Variations
Color information
#FF3008 (or 0xFF3008) is known color: Scarlet. HEX triplet: FF, 30 and 08. RGB value is (255,48,8). Sum of RGB (Red+Green+Blue) = 255+48+8=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3008 is #00CFF7. Grayscale: #696969. Windows color (decimal): -53240 or 536831. OLE color: 536831.
HSL color Cylindrical-coordinate representation of color #FF3008: hue angle of 9.72º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF3008 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 8 | - |
| CMYK | 0 | 0.81 | 0.97 | 0 |
| HSL | 9.72º | 1% | 0.52% | - |
| HSV(B) | 9.72º | 0.97% | 1% | - |
| XYZ | 42.34 | 23.39 | 2.51 | - |
| YUV | 105.33 | 73.08 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 8 | 0 | 0.81 | 0.97 | 0 | 9.72 | 1 | 0.52 |
| Hex | FF | 30 | 8 | 0 | 51 | 61 | 0 | A | 64 | 34 |
| Octal | 377 | 60 | 10 | 0 | 121 | 141 | 0 | 12 | 144 | 64 |
| Binary | 11111111 | 110000 | 1000 | 0 | 1010001 | 1100001 | 0 | 1010 | 1100100 | 110100 |
Color Harmonies of #FF3008
Complementary color
Monochromatic Colors of #FF3008
Black with #FF3008
Text Example
Text Example
White with #FF3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3008; }
p { color: rgb(255,48,8); }
H1.HeaderClassName
{
color: #FF3008;
}
.AnyTagClassName
{
color: #FF3008;
}
</style>
background-color css
<style>
a { background-color: #FF3008; }
a { background-color: rgb(255,48,8); }
div.DivClassName
{
background-color: #FF3008;
}
.BgClassName
{
background-color: #FF3008;
}
</style>
border-color css
<style>
span { border-color: #FF3008; }
span { border-color: rgb(255,48,8); }
td.TdClassName
{
border-color: #FF3008;
}
.TagClassName
{
border-color: #FF3008;
}
</style>