#FE0621

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

Shades of Torch Red #FE0621

Tints of Torch Red #FE0621

Color information

#FE0621 (or 0xFE0621) is unknown color: approx Torch Red. HEX triplet: FE, 06 and 21. RGB value is (254,6,33). Sum of RGB (Red+Green+Blue) = 254+6+33=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0621 is #01F9DE. Grayscale: #535353. Windows color (decimal): -129503 or 2164478. OLE color: 2164478.

HSL color Cylindrical-coordinate representation of color #FE0621: hue angle of 353.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0621 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB254633-
CMYK00.980.870.00
HSL353.47º99.2%50.98%-
HSV(B)353.47º97.64%99.61%-
XYZ41.2121.313.38-
YUV83.2399.66249.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 86.69%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 33 (13.28% from 255) = 11.26%
R=86.69%
G=2.05%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25463300.980.870.00353.4799.250.98
HexFE6210625701616333
Octal3766410142127054114363
Binary1111111011010000101100010101011101011000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0621; }

 p { color: rgb(254,6,33); }

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

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

 a { background-color: rgb(254,6,33); }

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

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

 span { border-color: rgb(254,6,33); }

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