#FF0034

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

Shades of Torch Red #FF0034

Tints of Torch Red #FF0034

Color information

#FF0034 (or 0xFF0034) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 34. RGB value is (255,0,52). Sum of RGB (Red+Green+Blue) = 255+0+52=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0034 is #00FFCB. Grayscale: #525252. Windows color (decimal): -65484 or 3408127. OLE color: 3408127.

HSL color Cylindrical-coordinate representation of color #FF0034: hue angle of 347.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0034 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB255052-
CMYK010.800
HSL347.76º100%50%-
HSV(B)347.76º100%100%-
XYZ41.8621.515.19-
YUV82.17110.98251.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=83.06%
G=0%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255052010.800347.7610050
HexFF03406450015c6432
Octal3770640144120053414462
Binary11111111011010001100100101000001010111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0034; }

 p { color: rgb(255,0,52); }

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

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

 a { background-color: rgb(255,0,52); }

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

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

 span { border-color: rgb(255,0,52); }

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