#FE1730

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

Shades of Torch Red #FE1730

Tints of Torch Red #FE1730

Color information

#FE1730 (or 0xFE1730) is unknown color: approx Torch Red. HEX triplet: FE, 17 and 30. RGB value is (254,23,48). Sum of RGB (Red+Green+Blue) = 254+23+48=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1730 is #01E8CF. Grayscale: #5F5F5F. Windows color (decimal): -125136 or 3151870. OLE color: 3151870.

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

Color convert

RGB2542348-
CMYK00.910.810.00
HSL353.51º99.14%54.31%-
HSV(B)353.51º90.94%99.61%-
XYZ41.7121.94.82-
YUV94.92101.53241.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 78.15%
GREEN value IS 23 (9.38% from 255) = 7.08%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=78.15%
G=7.08%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254234800.910.810.00353.5199.1454.31
HexFE173005B5101626336
Octal37627600133121054214366
Binary111111101011111000001011011101000101011000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1730; }

 p { color: rgb(254,23,48); }

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

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

 a { background-color: rgb(254,23,48); }

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

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

 span { border-color: rgb(254,23,48); }

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