#FE0D36

Color #FE0D36 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FE0D36

Tints of Torch Red #FE0D36

Color information

#FE0D36 (or 0xFE0D36) is unknown color: approx Torch Red. HEX triplet: FE, 0D and 36. RGB value is (254,13,54). Sum of RGB (Red+Green+Blue) = 254+13+54=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D36 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D36 is #01F2C9. Grayscale: #595959. Windows color (decimal): -127690 or 3542526. OLE color: 3542526.

HSL color Cylindrical-coordinate representation of color #FE0D36: hue angle of 349.79º 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 #FE0D36 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB2541354-
CMYK00.950.790.00
HSL349.79º99.18%52.35%-
HSV(B)349.79º94.88%99.61%-
XYZ41.6821.635.47-
YUV89.73107.84245.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 79.13%
GREEN value IS 13 (5.47% from 255) = 4.05%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=79.13%
G=4.05%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254135400.950.790.00349.7999.1852.35
HexFED3605F4F015e6334
Octal37615660137117053614364
Binary11111110110111011001011111100111101010111101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0D36; }

 p { color: rgb(254,13,54); }

 H1.HeaderClassName
 {
   color: #FE0D36;
 }
 .AnyTagClassName
 {
   color: #FE0D36;
 }
</style>
background-color css

<style>
 a { background-color: #FE0D36; }

 a { background-color: rgb(254,13,54); }

 div.DivClassName
 {
   background-color: #FE0D36;
 }
 .BgClassName
 {
   background-color: #FE0D36;
 }
</style>
border-color css

<style>
 span { border-color: #FE0D36; }

 span { border-color: rgb(254,13,54); }

 td.TdClassName
 {
   border-color: #FE0D36;
 }
 .TagClassName
 {
   border-color: #FE0D36;
 }
</style>