Shades of Scarlet #FE230B
Tints of Scarlet #FE230B
RGB
CMYK
RGB Variations
Color information
#FE230B (or 0xFE230B) is known color: Scarlet. HEX triplet: FE, 23 and 0B. RGB value is (254,35,11). Sum of RGB (Red+Green+Blue) = 254+35+11=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE230B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE230B is #01DCF4. Grayscale: #626262. Windows color (decimal): -122101 or 730110. OLE color: 730110.
HSL color Cylindrical-coordinate representation of color #FE230B: hue angle of 5.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE230B is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 11 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.00 |
| HSL | 5.93º | 0.99% | 0.52% | - |
| HSV(B) | 5.93º | 0.96% | 1% | - |
| XYZ | 41.53 | 22.3 | 2.43 | - |
| YUV | 97.75 | 79.05 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 11 | 0 | 0.86 | 0.96 | 0.00 | 5.93 | 0.99 | 0.52 |
| Hex | FE | 23 | B | 0 | 56 | 60 | 0 | 6 | 63 | 34 |
| Octal | 376 | 43 | 13 | 0 | 126 | 140 | 0 | 6 | 143 | 64 |
| Binary | 11111110 | 100011 | 1011 | 0 | 1010110 | 1100000 | 0 | 110 | 1100011 | 110100 |
Color Harmonies of #FE230B
Complementary color
Monochromatic Colors of #FE230B
Black with #FE230B
Text Example
Text Example
White with #FE230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE230B; }
p { color: rgb(254,35,11); }
H1.HeaderClassName
{
color: #FE230B;
}
.AnyTagClassName
{
color: #FE230B;
}
</style>
background-color css
<style>
a { background-color: #FE230B; }
a { background-color: rgb(254,35,11); }
div.DivClassName
{
background-color: #FE230B;
}
.BgClassName
{
background-color: #FE230B;
}
</style>
border-color css
<style>
span { border-color: #FE230B; }
span { border-color: rgb(254,35,11); }
td.TdClassName
{
border-color: #FE230B;
}
.TagClassName
{
border-color: #FE230B;
}
</style>