Shades of Scarlet #FE320D
Tints of Scarlet #FE320D
RGB
CMYK
RGB Variations
Color information
#FE320D (or 0xFE320D) is known color: Scarlet. HEX triplet: FE, 32 and 0D. RGB value is (254,50,13). Sum of RGB (Red+Green+Blue) = 254+50+13=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE320D is #01CDF2. Grayscale: #6B6B6B. Windows color (decimal): -118259 or 865022. OLE color: 865022.
HSL color Cylindrical-coordinate representation of color #FE320D: hue angle of 9.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE320D is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 13 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.00 |
| HSL | 9.21º | 0.99% | 0.52% | - |
| HSV(B) | 9.21º | 0.95% | 1% | - |
| XYZ | 42.09 | 23.38 | 2.68 | - |
| YUV | 106.78 | 75.09 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 13 | 0 | 0.80 | 0.95 | 0.00 | 9.21 | 0.99 | 0.52 |
| Hex | FE | 32 | D | 0 | 50 | 5F | 0 | 9 | 63 | 34 |
| Octal | 376 | 62 | 15 | 0 | 120 | 137 | 0 | 11 | 143 | 64 |
| Binary | 11111110 | 110010 | 1101 | 0 | 1010000 | 1011111 | 0 | 1001 | 1100011 | 110100 |
Color Harmonies of #FE320D
Complementary color
Monochromatic Colors of #FE320D
Black with #FE320D
Text Example
Text Example
White with #FE320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE320D; }
p { color: rgb(254,50,13); }
H1.HeaderClassName
{
color: #FE320D;
}
.AnyTagClassName
{
color: #FE320D;
}
</style>
background-color css
<style>
a { background-color: #FE320D; }
a { background-color: rgb(254,50,13); }
div.DivClassName
{
background-color: #FE320D;
}
.BgClassName
{
background-color: #FE320D;
}
</style>
border-color css
<style>
span { border-color: #FE320D; }
span { border-color: rgb(254,50,13); }
td.TdClassName
{
border-color: #FE320D;
}
.TagClassName
{
border-color: #FE320D;
}
</style>