Shades of Scarlet #FE330F
Tints of Scarlet #FE330F
RGB
CMYK
RGB Variations
Color information
#FE330F (or 0xFE330F) is known color: Scarlet. HEX triplet: FE, 33 and 0F. RGB value is (254,51,15). Sum of RGB (Red+Green+Blue) = 254+51+15=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE330F is #01CCF0. Grayscale: #6B6B6B. Windows color (decimal): -118001 or 996350. OLE color: 996350.
HSL color Cylindrical-coordinate representation of color #FE330F: hue angle of 9.04º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE330F is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 15 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.00 |
| HSL | 9.04º | 0.99% | 0.53% | - |
| HSV(B) | 9.04º | 0.94% | 1% | - |
| XYZ | 42.14 | 23.47 | 2.76 | - |
| YUV | 107.59 | 75.75 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 15 | 0 | 0.80 | 0.94 | 0.00 | 9.04 | 0.99 | 0.53 |
| Hex | FE | 33 | F | 0 | 50 | 5E | 0 | 9 | 63 | 35 |
| Octal | 376 | 63 | 17 | 0 | 120 | 136 | 0 | 11 | 143 | 65 |
| Binary | 11111110 | 110011 | 1111 | 0 | 1010000 | 1011110 | 0 | 1001 | 1100011 | 110101 |
Color Harmonies of #FE330F
Complementary color
Monochromatic Colors of #FE330F
Black with #FE330F
Text Example
Text Example
White with #FE330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE330F; }
p { color: rgb(254,51,15); }
H1.HeaderClassName
{
color: #FE330F;
}
.AnyTagClassName
{
color: #FE330F;
}
</style>
background-color css
<style>
a { background-color: #FE330F; }
a { background-color: rgb(254,51,15); }
div.DivClassName
{
background-color: #FE330F;
}
.BgClassName
{
background-color: #FE330F;
}
</style>
border-color css
<style>
span { border-color: #FE330F; }
span { border-color: rgb(254,51,15); }
td.TdClassName
{
border-color: #FE330F;
}
.TagClassName
{
border-color: #FE330F;
}
</style>